bug-guile
[Top][All Lists]
Advanced

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

Re: Compile errors


From: Neil Jerram
Subject: Re: Compile errors
Date: 19 Oct 2001 17:12:49 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Michael" == Michael Carmack <address@hidden> writes:

    Michael> On versions 1.3.2a, 1.4, 1.5.4, compiles always fail
    Michael> because usleep is apparently detected as an int instead
    Michael> of a void. This is a gnu/linux system, kernel 2.4.10,
    Michael> glibc 2.1.3, gcc 2.95.3, binutils 2.11.2.

Your log shows that ./configure incorrectly concluded that the return
type of usleep on your system is int.

Probably this is because the corresponding code in configure.in is not
robust enough.  Can you send the few lines around the declaration of
usleep in your unistd.h file; then we can try to improve the detection
code.

        Neil





reply via email to

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