Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Perl compilation on Windows with INST_ARCH set fails

by jcb (Parson)
on Jan 25, 2020 at 01:00 UTC ( [id://11111853]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl compilation on Windows with INST_ARCH set fails
in thread Perl compilation on Windows with INST_ARCH set fails

Backslash does not escape variable expansion in GNU make; doubling the sigil does that ("$${XYZ}" reduces to "${XYZ}"). That backslash is a directory separator.

  • Comment on Re^2: Perl compilation on Windows with INST_ARCH set fails

Replies are listed 'Best First'.
Re^3: Perl compilation on Windows with INST_ARCH set fails
by syphilis (Archbishop) on Jan 25, 2020 at 01:41 UTC
    Backslash does not escape variable expansion in GNU make

    Heh ... at last I understand the reason that they're called "makefiles".
    (They're the "files" that "make" me look stupid ;-)

    Cheers,
    Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111853]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-16 20:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found