Click here to get back home

cygwin make generates multiple target patterns error

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
cygwin make generates multiple target patterns error R Landfill 12-09-2004
Get Chitika Premium
Posted by R Landfill on December 9, 2004, 11:10 pm
Please log in for more thread options
I made a new module directory using "h2xs -AX Foo::Bar" and then
created the Makefile by typing "perl Makefile.PL". However, when I
tried to make I got the error "Makefile:290: *** multiple target
patterns. Stop.".

I am doing all of this on Windows 2000 using Active State's Perl
version 5.8.3 and cygwin's make (version 3.80).

Line 290 of Makefile is:

config :: $(FIRST_MAKEFILE) $(INST_LIBDIR)$(DIRFILESEP).exists
$(NOECHO) $(NOOP)


The Makefile.PL is this:

use 5.008003;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Foo::Bar',
VERSION_FROM => 'lib/Foo/Bar.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Foo/Bar.pm', # retrieve abstract from
module
: ()),
);


Anyone else run into this problem (and solved it)?

Thanks.



Similar ThreadsPosted
make: Fatal error: Command failed for target `test_dynamic' June 30, 2005, 10:50 am
make: Fatal error: Command failed for target `test_dynamic' June 30, 2005, 11:05 am
error: no suitable installation target found for package Time-HiRes February 26, 2005, 5:55 am
Error 255 in make of mod_perl 1.29 November 23, 2004, 2:13 pm
Error in Make Test June 30, 2006, 11:09 am
CPAN make test error with XML::Encoding October 7, 2004, 11:28 am
CPAN make test error with XML::Encoding October 7, 2004, 11:28 am
Re: Net::SSLeay make failure - openssl error. September 14, 2008, 6:06 am
Math::GMP Make Test error on Itanium running HP-UX 11.23 February 17, 2006, 10:23 am
mod_perl-1.99_16 won't make: don't know how to make dynamic September 1, 2004, 10:52 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap