in reply to Error with ExtUtils::Depends under Cygwin
I didn't get that "probably harmless" warning - it's no doubt *not* harmless.Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lCheck Writing Makefile for Devel::Declare
where /path/to/Check_dll is the folder that contains Check.dll. I don't know what that will be for you ... perhaps something like:EXTRALIBS = -L/path/to/Check_dll -lCheck LDLOADLIBS = -L/path/to/Check_dll -lCheck
Once the Makefile is corrected, you should be able to run 'make test' and 'make install' successfully./usr/lib/perl5/site_perl/5.12/i686-cygwin/auto/B/Hooks/OP/Check
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error with ExtUtils::Depends under Cygwin
by newleaf (Initiate) on Aug 15, 2010 at 14:57 UTC | |
by syphilis (Archbishop) on Aug 15, 2010 at 22:27 UTC | |
by newleaf (Initiate) on Aug 17, 2010 at 11:37 UTC |