On 03/10/2011 05:31 PM, David Kirkby wrote: >> This affects the gnutls-serv program and you shouldn't worry on that >> if you only need the library. Anyway it seems sys_socket.in.h from >> gnulib doesn't define sockaddr_socket for your system. >> >> regards, >> Nikos > > Can you tell me what 'gnutls-serv' is useful for, and how to build > only the library?
gnutls-serv is a test echo or http server that uses gnutls. You can build only the core library by make -C lib (equivalent to: cd lib && make) If you use gnutls-extra the you also need make -C libextra Some test programs in the tests/ directory use gnutl-serv, so make check could fail if it is not there. regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
