P:\packages\Thread-Apartment-0.10>perl -v This is perl, v5.8.4 built for MSWin32-x86-multi-thread (with 3 registered patches, see perl -V for more detail) Copyright 1987-2004, Larry Wall Binary build 810 provided by ActiveState Corp. http://www.ActiveState.com ActiveState is a division of Sophos. Built Jun 1 2004 11:52:21 P:\packages\Thread-Apartment-0.10>nmake clean Microsoft (R) Program Maintenance Utility Version 8.00.40607.16 Copyright (C) Microsoft Corporation. All rights reserved. C:\perl5.8.6\bin\perl.exe -MExtUtils::Command -e rm_rf ./blib Makefile.aperl blib\arch\auto\Thread\Apartment/extralibs.all blib\arch\a C:\perl5.8.6\bin\perl.exe -MExtUtils::Command -e mv Makefile Makefile.old > NUL C:\perl5.8.6\bin\perl.exe -MExtUtils::Command -e rm_f *.pdb P:\packages\Thread-Apartment-0.10>makefile main::CheckModule() called too early to check prototype at P:\packages\Thread-Apartment-0.10\Makefile.PL line 41. Configuring Thread::Apartment ... Checking for Thread::Queue::Duplex, 0.14 or later ... ok Checking for Storable, 2.15 or later ... ok Checking for Class::ISA, 0.32 or later ... ok Checking for Class::Inspector, 1.08 or later ... ok Checking if your kit is complete... Looks good Writing Makefile for Thread::Apartment P:\packages\Thread-Apartment-0.10>nmake test Microsoft (R) Program Maintenance Utility Version 8.00.40607.16 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Thread/Apartment.pm blib\lib\Thread\Apartment.pm cp lib/Thread/Apartment/Client.pm blib\lib\Thread\Apartment\Client.pm cp lib/Thread/Apartment/Common.pm blib\lib\Thread\Apartment\Common.pm cp lib/Thread/Apartment/IOServer.pm blib\lib\Thread\Apartment\IOServer.pm cp lib/Thread/Apartment/Server.pm blib\lib\Thread\Apartment\Server.pm cp lib/Thread/Apartment/Closure.pm blib\lib\Thread\Apartment\Closure.pm C:\perl5.8.6\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\01test.t t\01test....Note: some tests have significant delays... t\01test....dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 10-125 Failed 116/125 tests, 7.20% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\01test.t 5 1280 125 232 185.60% 10-125 Failed 1/1 test scripts, 0.00% okay. 116/125 subtests failed, 7.20% okay. NMAKE : fatal error U1077: 'C:\perl5.8.6\bin\perl.exe' : return code '0x2' Stop.