Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: makefile.mk is missing with Perl 5.34.0 distro.

by syphilis (Archbishop)
on Aug 24, 2021 at 13:21 UTC ( [id://11136057]=note: print w/replies, xml ) Need Help??


in reply to makefile.mk is missing with Perl 5.34.0 distro.

....but it seems makefile.mk file is missing from the distro...

Yes, support for dmake (which is the make "flavour" for which the makefile.mk was written) has been withdrawn.
Use "GNU make" (aka "gmake", but sometimes simply called "make") instead. It will use GNUmakefile.

The build options are the same for GNUmakefile as they were with makefile.mk so you shouldn't have too many alterations to make to your existing batch file.
But it will have to be altered to call GNU make instead of dmake.

Cheers,
Rob

Log In?
Username:
Password:

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

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

    No recent polls found