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]
Other format: [Raw text]

libnss_hesiod problem


Hi

With the latest round of changes something went screwy with `libnss_hesiod'.
The problem is exposed when the `test-installation.pl' script is run (which
of course only happens when installing into prefix /usr which I do only
inside a chroot)

  $ echo 'main(){}' | gcc -x c -lnss_hesiod -
  /usr/lib/libnss_hesiod.so: undefined reference to `__GI__nss_files_parse_servent'
  /usr/lib/libnss_hesiod.so: undefined reference to `__GI__nss_files_parse_protoent'
  collect2: ld returned 1 exit status

Maybe a stray lib*hidden* macro is missing or something? Dunno. I'll try to
investigate but hopefully an expert can spot the problem. I'm reasonably
certain my environment is sane.

Thanks
Greg


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