make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Topic


From: Subramanya Mujumdar
Subject: Re: New Topic
Date: Fri, 7 Mar 2008 14:58:12 +0530 (IST)

Hi Eli,

 mkmf is a perl file with ext .pl .
 When I fire "mkmf  -tc -tj -os nt"  from the command prompt and from a test.pl script, its working fine.

I have the below settings done in the cmd ...
ASSOC .pl=PerlScript
FTYPE PerlScript=perl.exe "%1" %*
set PATHEXT=.pl;%PATHEXT%
test.pl
system("mkmf  -tc -tj -os nt");

Best Regards,
Subramanya M
----- Original Message ----
From: Eli Zaretskii <address@hidden>
To: address@hidden
Cc: address@hidden
Sent: Thursday, 6 March, 2008 9:41:51 AM
Subject: Re: New Topic

> Date: Wed, 5 Mar 2008 10:13:55 -0500
> From: address@hidden
>
> I get the below error, while the command(mkmf)  is not looking for any file !!
> Can some one suggest wts going wrong ???
>
> [C:\my_dir]make -r -f mkmf_makefile
> mkmf  -tc -tj -os nt
> process_begin: CreateProcess(NULL, mkmf -tc -tj -os nt, ...) failed.
> make (e=2): The system cannot find the file specified.
> make: *** [Makefile] Error 2

My crystal ball says that you don't have the mkmf command installed
anywhere on your system, or maybe it's not in a directory mentioned in
your PATH.  The file Make complains about is mkmf.exe.




Now you can chat without downloading messenger. Click here to know how.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]