This should be fixed now.
___
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile
Title: ÀÌ»ç°ñÀÔ´Ï´Ù..
º¯ÀÌ ÅëÇÏ¸é ¸ðµç
°ÍÀÌ Áñ°Ì´Ù!!
- Jelly Juice " ISAGOL "
On versions 1.3.2a, 1.4, 1.5.4, compiles always fail because usleep is
apparently detected as an int instead of a void. This is a gnu/linux
system, kernel 2.4.10, glibc 2.1.3, gcc 2.95.3, binutils 2.11.2.
Additional information can be found in the build logs attached to this
mail. Lines that sta
Ok, it appears someone has put an absolute path to a header file in
the 'configure.in' script. This occurs on line 275. On systems that
don't store unistd.h under /usr/include the test program will fail and
cause configure to assume the usleep return type is 'int'. This breaks
the compile later