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 # no white space is allowed at the beginning of
> this line
>  cd mylib && $(MAKE) $(PASTHRU) # tab characters only at the beginning of this
> line
>     ';
>     }
>
> When I run the same sequence on UNIX, I get past this point so the issue is
> definitely ActivePerl/NT etc. related. Any suggestions would be
> appreciated. I did play around with specifying the path to the library
> directory directly (C:\...) but that got the same message, just with the
> full path specified. I also checked docs on MakeMaker and Make but
> everything seems to be correct.
>
> Thanks,
> Judy
>
> ---
> You are currently subscribed to perl-win32-users as: [EMAIL PROTECTED]
> To unsubscribe, forward this message to
>          [EMAIL PROTECTED]
> For non-automated Mailing List support, send email to
>          [EMAIL PROTECTED]


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to