On Tue, 2007-03-27 at 07:27 +1000, Dmitri Colebatch wrote: > Hi Rob, > > Thanks for the response. One last question: > > On 3/26/07, Robert Hudson <[EMAIL PROTECTED]> wrote: > > The dependency on the Threads package was added in 19-8 (ish). > > > > If you are running on Unix then it isn't actually used, but on Windows > > it is required. > > I'm running on linux (RHEL), and I've tried auto and forked, but there > seems to be a compile time dependency on threads. From what you're > saying I should be able to run in forked mode without using perl > threads, however I don't seem to be able to do this. > > Have I missed something?
The problem seems to be the statement: use threads; Try commenting it out for now. But we should fix this. e.g. modify Daemon.m:spawn_connection_thread to "use threads" there, and in other places where it's needed. _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
