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?


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.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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