This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Anon build failure (usleep redefined)


I tried, and failed, to build guile-1.2.90 last night on my Linux 2.0.35
libc5
system due to a redefinition of usleep when configuring with threads. (I
did
not try without threads.) usleep is defined is unistd.h and in
libguile/coop.c.
This would appear to conflict with the spirit of configure line 3165. I
have
extern void usleep (unsigned int) in unistd.h.