On Fri, 3 Sep 2010, Parrot wrote:

>  Reverted in r48769.  Does the explanatory comment work for you (both/all
>  of you)?  Please let me know so that I can re-close the ticket before
>  Tuesday.

The comment's actually backwards.  Strawberry Perl doesn't use -libpath.
Maybe just something like the following (sorry to email, but I don't have 
an easy way to get to trac at the moment).  Not that it really matters, 
however, since it's all explained in the ticket.

Index: config/inter/progs.pm
===================================================================
--- config/inter/progs.pm       (revision 48769)
+++ config/inter/progs.pm       (working copy)
@@ -103,8 +103,8 @@
     $conf->debug("\nccflags: $ccflags\n");
 
     $linkflags = $conf->data->get('linkflags');
-    # The substitution below has no effect on most platforms but may be needed
-    # on Win32 with Strawberry Perl and other OSes.  See TT #854.
+    # Remove the path to the Perl library (from Win32 config).
+    # See TT #854.
     $linkflags =~ s/-libpath:\S+//g;
     $linkflags = integrate( $linkflags, $conf->options->get('linkflags') );
     $linkflags = prompt( "And flags for your linker?", $linkflags ) if $ask;


-- 
    Andy Dougherty              [email protected]
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to