Just a side note, not relating to your problem is that the tutorial isn't really
clear on the fact that parts of Makefile.PL are written directly to Makefile.
Which means that white space is tricky here:
[EMAIL PROTECTED] wrote:
> sub MY::postamble {
> '
> $(MYEXTLIB): mylib/Makefile
I am running through the h2xs tutorial, example 4
(www.perl.com/pub/doc/manual/html/pod/perlxstut.html) which shows how
to write an XSUB to interact with a user-generated library.
However, it fails when nmake tries to build the library.
Due to a previous issue (see my last posting), and thanks t