>>>>> "Clemens" == Clemens Kirchgatterer <[EMAIL PROTECTED]> writes:

    Clemens> i configured guile with: ./configure --prefix=/usr
    Clemens> --with-threads --disable-networking

    Clemens> but it fails to compile with:

    Clemens> socket.c:979: libguile/socket.x: No such file or
    Clemens> directory [...]

    Clemens> when i configure without --disable-networking it bails
    Clemens> out at:

    Clemens> [...] conflicting types for `inet_aton' [...]

The second problem is an FAQ - see the Guile FAQ linked from
http://www.gnu.org/software/guile.

The first problem looks like a new problem caused by the (relatively)
unusual configure options.  Try simply removing the line from socket.c
that #include's socket.x.  It would also be interesting to have a look
at your Makefile, to try and work out why it tries to build socket.o.

        Neil


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

Reply via email to