>>>>> "Michael" == Michael Carmack <[EMAIL PROTECTED]> 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



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

Reply via email to