Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Can't run nmake

by chuckbutler (Monsignor)
on Jul 17, 2010 at 03:56 UTC ( [id://850058]=note: print w/replies, xml ) Need Help??


in reply to Can't run nmake

Taking a little different tack, you may what to see what make program your perl MakeFile.pl has been set:

C:\Users\chuckbutler>perl -V:make -V:cc -V:sh ~~Output~~ make='C:\Perl\site\bin\dmake.exe'; Set up gcc environment - 3.4.5 (mingw-vista special r3) cc='C:/MinGW/bin/gcc.exe'; sh='cmd /x /c';

I am using ActiveState 5.10.1 on Vista 64 on this machine with dmake and MinGW.

So, if Config{make} does not match the make util that you are using, it will not work.

Good luck. -c

Replies are listed 'Best First'.
Re^2: Can't run nmake
by Anonymous Monk on Jul 17, 2010 at 04:11 UTC

    Thanks for the help. Apparently my make program is dmake.

    perl -V:make -V:cc -V:sh Set up gcc environment - 3.4.5 (mingw-vista special r3) make='C:\Perl\site\bin\dmake.exe'; cc='C:/Perl/site/bin/gcc.exe'; sh='cmd /x /c';

    Still unsure as to what I will have to do to be able to manually install the modules though. Thanks for trying.

      Never mind. It is probably just

      dmake dmake test dmake install

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-30 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found