in reply to MakeFile.pl error for extproc_perl

It seems that the extension you're installing is not compatible with threads. On Windows, most Perls come with threads enabled unless you compile it yourself. Note that on Windows, threads and fork emulation are implemented through the same mechanism, so by disabling threads, you'll likely also lose fork().

Replies are listed 'Best First'.
Re^2: MakeFile.pl error for extproc_perl
by cocl05 (Initiate) on Mar 21, 2010 at 00:41 UTC

    Can you point me to some documentation that might help me disable threads without affecting fork...or maybe some documentation on how to compile it myself and disable threads? I appreciate your feedback.