Windows 7 64 bit Make.exe file

------=_NextPart_000_0012_01CBB755.EBB80540
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi all.

I cannot install any CPAN libraries because CPAN complains that I don't =
have a 64 bit Make executible. I have installed the Express 2010 C++ =
package from Microsoft. It didn't help.

I couldn't find anything on the web that clearly indicated what was =
required to resolve this issue. Any help is greatly welcomed.

Sean
------=_NextPart_000_0012_01CBB755.EBB80540--
Sean Murphy [ Di, 18 Januar 2011 11:23 ] [ ID #2053391 ]

Re: Windows 7 64 bit Make.exe file

On Tue, Jan 18, 2011 at 5:23 AM, Sean Murphy <mhysnm1964 [at] gmail.com> wrote:
> I cannot install any CPAN libraries because CPAN complains that I don't have a 64 bit Make executible. I have installed the Express 2010 C++ package from Microsoft. It didn't help.
>
> I couldn't find anything on the web that clearly indicated what was required to resolve this issue. Any help is greatly welcomed.

I've heard that Strawberry Perl comes with everything that you need
for installing CPAN modules in Windows. :) As a test, I just tried
installing HTTP::Daemon::SSL with Strawberry Perl and it seems to have
worked. :) Is it an option to install Strawberry Perl instead of
whatever other distribution you're using?


--
Brandon McCaig <http://www.bamccaig.com> <bamccaig [at] gmail.com>
V zrna gur orfg jvgu jung V fnl. Vg qbrfa'g nyjnlf fbhaq gung jnl.
Castopulence Software <http://www.castopulence.org/> <bamccaig [at] castopulence.org>

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Brandon McCaig [ Di, 18 Januar 2011 22:38 ] [ ID #2053393 ]

Re: Windows 7 64 bit Make.exe file

----- Original Message -----
From: "Sean Murphy" <mhysnm1964 [at] gmail.com>
To: <beginners [at] perl.org>
Sent: Tuesday, January 18, 2011 9:23 PM
Subject: Windows 7 64 bit Make.exe file


Hi all.

I cannot install any CPAN libraries because CPAN complains that I don't have
a 64 bit Make executible. I have installed the Express 2010 C++ package from
Microsoft. It didn't help.

=========================================

If you have ActivePerl, CPAN will be wanting to find nmake.exe - and I would
think nmake.exe would be part of the compiler package you installed.

Having installed that compiler, you then usually need to run a batch file
(from the command line) prior to using it. That batch file (which ships with
the compiler) will alter the environment so that things like nmake.exe,
cl.exe and the various libraries and headers *do* get found.
Only thing is, I don't know exactly what the batch file is called - maybe
vcvarsall.bat or vcvars64.bat or vsvars64.bat or something like that ... See
if you can find it and give it a try.

The ideal MS compiler to use with x64 ActivePerl builds is the "Microsoft
Platform SDK for Windows Server 2003 R2", as that's the compiler used to
build x64 ActivePerl. It's still freely available for download from
Microsoft, but a bit tricky to get hold of - if you're not careful the
"Microsoft Platform SDK for Windows Server 2003 R2" download links that you
follow morph into links that give you an updated version of that compiler.
(But it can be done if you find the right links.)

For x64 Windows perl builds especially, Strawberry Perl is a simpler
proposition when it comes to installing modules using CPAN. (It uses the
dmake make utility, and the mingw-w64.sf port of the gcc compiler.)

Cheers,
Rob


--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
sisyphus1 [ Mi, 19 Januar 2011 05:52 ] [ ID #2053485 ]

Re: Windows 7 64 bit Make.exe file

Hi guys,

thanks. I have removed Active PERL and now are using strawberry to do my
work. No problems with Strawberry and I can get rid of the MS C++ Express
2010 compiler.


Sean
----- Original Message -----
From: "Sisyphus" <sisyphus1 [at] optusnet.com.au>
To: "Sean Murphy" <mhysnm1964 [at] gmail.com>; <beginners [at] perl.org>
Sent: Wednesday, January 19, 2011 3:52 PM
Subject: Re: Windows 7 64 bit Make.exe file


>
> ----- Original Message -----
> From: "Sean Murphy" <mhysnm1964 [at] gmail.com>
> To: <beginners [at] perl.org>
> Sent: Tuesday, January 18, 2011 9:23 PM
> Subject: Windows 7 64 bit Make.exe file
>
>
> Hi all.
>
> I cannot install any CPAN libraries because CPAN complains that I don't
> have a 64 bit Make executible. I have installed the Express 2010 C++
> package from Microsoft. It didn't help.
>
> =========================================
>
> If you have ActivePerl, CPAN will be wanting to find nmake.exe - and I
> would think nmake.exe would be part of the compiler package you installed.
>
> Having installed that compiler, you then usually need to run a batch file
> (from the command line) prior to using it. That batch file (which ships
> with the compiler) will alter the environment so that things like
> nmake.exe, cl.exe and the various libraries and headers *do* get found.
> Only thing is, I don't know exactly what the batch file is called - maybe
> vcvarsall.bat or vcvars64.bat or vsvars64.bat or something like that ...
> See if you can find it and give it a try.
>
> The ideal MS compiler to use with x64 ActivePerl builds is the "Microsoft
> Platform SDK for Windows Server 2003 R2", as that's the compiler used to
> build x64 ActivePerl. It's still freely available for download from
> Microsoft, but a bit tricky to get hold of - if you're not careful the
> "Microsoft Platform SDK for Windows Server 2003 R2" download links that
> you follow morph into links that give you an updated version of that
> compiler. (But it can be done if you find the right links.)
>
> For x64 Windows perl builds especially, Strawberry Perl is a simpler
> proposition when it comes to installing modules using CPAN. (It uses the
> dmake make utility, and the mingw-w64.sf port of the gcc compiler.)
>
> Cheers,
> Rob
>


--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Sean Murphy [ Mi, 19 Januar 2011 10:35 ] [ ID #2053490 ]

RE: Windows 7 64 bit Make.exe file

Could you please tell me about this Strawberry ?

Thanks
Sunita

-----Original Message-----
From: Sean Murphy [mailto:mhysnm1964 [at] gmail.com]
Sent: Wednesday, January 19, 2011 3:06 PM
To: Sisyphus; beginners [at] perl.org
Subject: Re: Windows 7 64 bit Make.exe file

Hi guys,

thanks. I have removed Active PERL and now are using strawberry to do my

work. No problems with Strawberry and I can get rid of the MS C++
Express
2010 compiler.


Sean
----- Original Message -----
From: "Sisyphus" <sisyphus1 [at] optusnet.com.au>
To: "Sean Murphy" <mhysnm1964 [at] gmail.com>; <beginners [at] perl.org>
Sent: Wednesday, January 19, 2011 3:52 PM
Subject: Re: Windows 7 64 bit Make.exe file


>
> ----- Original Message -----
> From: "Sean Murphy" <mhysnm1964 [at] gmail.com>
> To: <beginners [at] perl.org>
> Sent: Tuesday, January 18, 2011 9:23 PM
> Subject: Windows 7 64 bit Make.exe file
>
>
> Hi all.
>
> I cannot install any CPAN libraries because CPAN complains that I
don't
> have a 64 bit Make executible. I have installed the Express 2010 C++
> package from Microsoft. It didn't help.
>
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
> If you have ActivePerl, CPAN will be wanting to find nmake.exe - and I

> would think nmake.exe would be part of the compiler package you
installed.
>
> Having installed that compiler, you then usually need to run a batch
file
> (from the command line) prior to using it. That batch file (which
ships
> with the compiler) will alter the environment so that things like
> nmake.exe, cl.exe and the various libraries and headers *do* get
found.
> Only thing is, I don't know exactly what the batch file is called -
maybe
> vcvarsall.bat or vcvars64.bat or vsvars64.bat or something like that
....
> See if you can find it and give it a try.
>
> The ideal MS compiler to use with x64 ActivePerl builds is the
"Microsoft
> Platform SDK for Windows Server 2003 R2", as that's the compiler used
to
> build x64 ActivePerl. It's still freely available for download from
> Microsoft, but a bit tricky to get hold of - if you're not careful the

> "Microsoft Platform SDK for Windows Server 2003 R2" download links
that
> you follow morph into links that give you an updated version of that
> compiler. (But it can be done if you find the right links.)
>
> For x64 Windows perl builds especially, Strawberry Perl is a simpler
> proposition when it comes to installing modules using CPAN. (It uses
the
> dmake make utility, and the mingw-w64.sf port of the gcc compiler.)
>
> Cheers,
> Rob
>


--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/



--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Sunita Rani Pradhan [ Mi, 19 Januar 2011 11:23 ] [ ID #2053492 ]

Re: Windows 7 64 bit Make.exe file

--20cf3054a6275175c0049a31c886
Content-Type: text/plain; charset=ISO-8859-1

On Wed, Jan 19, 2011 at 6:35 AM, Sean Murphy <mhysnm1964 [at] gmail.com> wrote:

> Hi guys,
>
> thanks. I have removed Active PERL and now are using strawberry to do my
> work. No problems with Strawberry and I can get rid of the MS C++ Express
> 2010 compiler.
>
s/PERL/Perl/;
http://perldoc.perl.org/perlfaq1.html#What%27s-the-differenc e-between-%22perl%22-and-%22Perl%22%3f

On Wed, Jan 19, 2011 at 7:23 AM, Sunita Rani Pradhan <
Sunita.Pradhan [at] altair.com> wrote:

> Could you please tell me about this Strawberry ?
>
> http://strawberryperl.com/

Brian.

--20cf3054a6275175c0049a31c886--
Brian Fraser [ Mi, 19 Januar 2011 13:01 ] [ ID #2053494 ]
Perl » gmane.comp.lang.perl.beginners » Windows 7 64 bit Make.exe file

Vorheriges Thema: Perl modules and epic perl
Nächstes Thema: how to trap print() errors?