> From: "Clint Nelissen" <[EMAIL PROTECTED]>
> Date: Mon, 21 May 2001 16:38:51 -0700
> 
> I get the following error when trying to compile Guile 1.4 on a Redhat
> 7.1 box:
> 
> net_db.c:85: conflicting types for `inet_aton'
> /usr/include/arpa/inet.h:74: previous declaration of `inet_aton'
> make[1]: *** [net_db.lo] Error 1
> make[1]: Leaving directory `/root/download/guile-1.4/libguile'
> make: *** [all-recursive] Error 1
> 
> I am not sure where the problem lies, but the same error occurs when
> trying to compile Guile 1.3.4.

This is a known problem on Red Hat 7.1.  The workaround is to simply
comment out line 85 in net_db.c.

In CVS Guile this is already fixed.

Regards,
  'martin

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to