This is the mail archive of the libc-alpha@sourceware.cygnus.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]

Tonights locale change breaks glbic 2.2



The current glibc 2.2 CVS version doesn't work since
_nl_init_era_entry is undefined:
/usr/src/build-glibc/19991204-main/libc.so.6: undefined reference to `_nl_init_era_entry'

A grep reveals just one invocation - but no implementation:
grep -r _nl_init_era_entry .
./ChangeLog:    initialization as _nl_init_era_entry().
./locale/lc-time.c:  _nl_init_era_entry();

Is there a patch missing?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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