bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling guile-1.4


From: Neil Jerram
Subject: Re: compiling guile-1.4
Date: 14 Dec 2001 18:22:46 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Clemens" == Clemens Kirchgatterer <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]