Re: static compiling of applications using NSS

2007-12-10 Thread Nelson Bolyard
Peter Djalaliev wrote, On 2007-12-10 21:24: > I included -ldbm, which fixed the unresolved references to 'dbopen'. > However, i still get the following warnings: > warning: Using 'getaddrinfo' in statically linked applications > requires at runtime the shared libraries from the glibc version used

Re: static compiling of applications using NSS

2007-12-10 Thread Peter Djalaliev
I included -ldbm, which fixed the unresolved references to 'dbopen'. However, i still get the following warnings: /home/.../lib/libnspr4.a(prnetdb.o): In function `PR_GetAddrInfoByName':../../../../pr/src/misc/prnetdb.c:2113: warning: Using 'getaddrinfo' in statically linked applications requi