Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #39846] [PATCH] Use only non-interpolated quotes for substituted values in dynpmc.pl

0 views
Skip to first unread message

Ron Blaschke

unread,
Jul 16, 2006, 6:22:30 AM7/16/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Ron Blaschke
# Please include the string: [perl #39846]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39846 >


Problem
dynpmc.pl uses interpolated quotes to set up compiler and linker
flags, which may cause problems on Win32. For example, instead of "-I
C:\usr\local\icu\include" I have "-I C:Srocalicuinclude" during
compilation. Things currently compile fine, but this interpolation
might cause problems in the future.

Possible Solution
Attached patch changes all quotes to non-interpolated, which is
hopefully the right thing to do (?)

Changed Files
config/gen/makefiles/dynpmc_pl.in

dynpmc_pl_quotes.patch
0 new messages