On Mar 10, 2005, at 3:06 PM, [EMAIL PROTECTED] wrote:
Ken Williams <[EMAIL PROTECTED]> wrote on 03/06/2005 10:50:17 AM:
Care to try 0.09_01, which is now hitting CPAN? I've split out the generation of command-line switches so it can easily be overridden for VMS. So compile() might work now. link() and friends haven't been touched, though.
Enclosed is a patch against 0.09_01 that yields `mmk test` results of:
t/01-basic.... ok t/02-link..... ok All tests successful.
Excellent. I just have one question, then, about the following line:
my @lddlflags = $args{lddl} ? ($cf->{lddlflags}."=$out") : ("/exe=$out");
What is the original value of $cf->{lddlflags} such that it makes sense to just append "=$out" to it?
If I understand this a little better I can make a patch that doesn't copy the whole _do_link() method.
-Ken