Philip Blundell wrote:
On Sun, 2003-07-27 at 02:41, Gianluigi Tiesi wrote:This makes impossible to statically link a program using gethostname/byname etc. since it uses dlopen and need .so files, ld-so and libc.so.Doesn't --enable-static-nss actually disable the normal NSS mechanism? This switch is really just a hack to allow you to complete a libc buildbefore you have dynamic linking operational. I would be reluctant to turn it on in production. p.
Right now I dunno if --enable-static-nss means also for .so files... I'll try and post restults about this.Anyway you can make a quick rebuild in static mode, after normail install into debian/stuff and then install only missing .a files, libc.a is unusable also making bootdisk with busybox.