Subject: | Build problem on HP-UX |
Date: | Tue, 9 Dec 2014 10:34:37 +0100 |
To: | bug-local-lib [...] rt.cpan.org |
From: | Maciej Krasuski <maciej.krasuski [...] gmail.com> |
Hi local::lib team,
While bootstrapping on HP-UX (HP-UX ium04 B.11.23 U ia64) I've following
error doing 'make':
$ make
Make: Must be a separator on rules line 887. Stop.
The problem is that HP-UX version of make doesn't support '+=' appendings
and your Makefile.PL has "hardcoded":
*MY::postamble = sub {
<<"END";
PERL += -I\$(INSTALLPRIVLIB)
FULLPERL += -I\$(INSTALLPRIVLIB)
END
};
please try not to use 'gmake' extensions to make local::lib distribution
more portable - CPAN environment does not complain on HP-UX version of
'make' nor many modules I've installed.
Best regards, keep doing this great job
--
Maciej Krasuski