Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20010322155356.38838.qmail@web11508.mail.yahoo.com> Date: Thu, 22 Mar 2001 07:53:56 -0800 (PST) From: Kurt Indermaur Subject: perl DynaLoader problems To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I am trying to build and use a CPAN module (Date::Calc, though it happens with many others, too). The module compiles ok, but when I try to use it, or even do "make test" (see below), I get dlopen errors with a strange error code (3221225622). The DLL file is where it's looking for it. Is there a fix or workaround to this problem? Barring that, is there a cygwin perl available that is configured to NOT do dynamic loading? --Kurt Here's the error message I'm getting from "make test" for Date::Calc: PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/cygwin -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/f000..............Can't load 'blib/arch/auto/Date/Calc/Calc.dll' for module Date::Calc: dlopen: Win32 error 3221225622 at /usr/lib/perl5/5.6.1/cygwin/DynaLoader.pm line 206. at t/f000.t line 6 Compilation failed in require at t/f000.t line 6. BEGIN failed--compilation aborted at t/f000.t line 6. dubious Test returned status 255 (wstat 65280, 0xff00) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple