mozilla build problem with current libc cvs?

Chris Seawood cls@seawood.org
Thu Mar 29 18:51:00 GMT 2001


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



More information about the Libc-alpha mailing list