Ask a Question related to PERL Modules, Design and Development.
-
kee #1
I can't use "make" during installing module ?
I downloaded module , after that I use
perl Makefile.Pl ... It's OK ... then I use
Make --> Dos told that "'make' is not recognized as an internal or external command, operable program or batch file."
How can I use make ?
thks
Kee
kee Guest
-
#33400 [Opn->Csd]: make "make" a dendency of "make test"
ID: 33400 Updated by: tony2001@php.net Reported By: nohn@php.net -Status: Open +Status: Closed Bug... -
Install Hangs on "Installing Merge Module"
I had run into an issue earlier today where my CFM pages would not display although all of the services and IIS were running fine. I decided to... -
Problem installing a perl module "File exists"
Hello, i'm trying to install the Date::Simple module, but i have an error: $ tar xvzf Date-Simple-3.01.tar.gz Date-Simple-3.01/... -
"make Makefile.PL" returns "...up to date"; make returns "no target to make"
I'm attempting to install a perl module (AppConfig-1.56) on a FreeBSD 4.9 system. It has both perl 5.5.3 and 5.8.3 and several modules are already... -
can't use "make" during install module ?
I downloaded module , after that I use perl Makefile.Pl ... It's OK ... then I use Make --> Dos told that "'make' is not recognized as an internal... -
kee #2
I can't use "make" during installing module ?
I downloaded module , after that I use
perl Makefile.Pl
It's OK ,then I use
Make
Dos told that "'make' is not recognized as an internal or external command, operable program or batch file."
How can I use make ?
thks
Kee
kee Guest
-
kee #3
I can't use "make" during installing module ?
I downloaded module , after that I use
perl Makefile.Pl
It's OK ,then I use
Make
Dos told that "make" is not recognized as an internal or external command, operable program or batch file."
How can I use make ?
thks
Kee
kee Guest
-
Christian Schoeller #4
Re: I can't use "make" during installing module ?
"kee" <ryo_jung2@yahoo.com> wrote:
^^^
Please use your real name.
Please specify the module, otherwise we can't offer you detailed> I downloaded module
information.
Generally I would say, you've used it correctly, because usually it is> [...]
> How can I use make ?
only
$ perl Makefile.pl
$ make
$ make test
$ make install
C.
--
The most annoying thing about real life is that killing someone
is much more difficult.
Christian Schoeller Guest
-
James Willmore #5
Re: I can't use "make" during installing module ?
On Wed, 04 Feb 2004 08:51:15 -0600, kee wrote:
Do you have 'make' on your system? Is your PATH set properly? Have you> I downloaded module , after that I use
>
> perl Makefile.Pl
>
> It's OK ,then I use
>
> Make
>
> Dos told that "make" is not recognized as an internal or external
> command, operable program or batch file."
>
> How can I use make ?
compiled modules in the past? If you're using ActiveState's Perl, then
why are you not using PPM?
--
Jim
Copyright notice: all code written by the author in this post is
released under the GPL. [url]http://www.gnu.org/licenses/gpl.txt[/url]
for more information.
a fortune quote ...
Where humor is concerned there are no standards -- no one can say
what is good or bad, although you can be sure that everyone will.
-- John Kenneth Galbraith
James Willmore Guest
-
Sisyphus #6
Re: I can't use "make" during installing module ?
kee wrote:
To see which flavour of make you should use run:> I downloaded module , after that I use
>
> perl Makefile.Pl
>
> It's OK ,then I use
>
> Make
>
> Dos told that "make" is not recognized as an internal or external command, operable program or batch file."
>
> How can I use make ?
>
perl -V:make
With ActiveState perl this should tell you that you want 'nmake'.
'nmake15.exe' is freely available from:
[url]http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe[/url]
After you download it, run the executable and have the wizard place
'nmake.exe' in one of the folders in your path.
Then you'll be able to run 'nmake' whenever you like.
You still won't be able to build modules that contain '.xs' files
because you need the msvc++ compiler for that.
Cheers,
Rob
--
To reply by email u have to take out the u in kalinaubears.
Sisyphus Guest
-
ismail #7
I can't use "make" during installing module ?
I'm very pleased that you solved my problem Rob.
Running below command made me find the kind of make i should run.
Thanks alot.
#>perl -V:make
make='dmake';ismail Guest



Reply With Quote

