On line 85 of libguile/net_db.c There is an extern declaration of int inet_aton() which disagrees with all the /usr/include/arpa/inet.h that I've ever seen(at least under linux flavors). Commenting it out allowed me to at least build the thing.
The declaration in my inet.h is extern in_addr_t inet_aton (__const char *__cp, struct in_addr *__inp) __THROW; Joe _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
