Re: Windows 7 64 bit Make.exe file

2011-01-19 Thread Brian Fraser
On Wed, Jan 19, 2011 at 6:35 AM, Sean Murphy  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-difference-between-%22perl%22-and-%22Perl%22%3f

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

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

Brian.


RE: Windows 7 64 bit Make.exe file

2011-01-19 Thread Sunita Rani Pradhan
Could you please tell me about this Strawberry ? 

Thanks
Sunita

-Original Message-
From: Sean Murphy [mailto:mhysnm1...@gmail.com] 
Sent: Wednesday, January 19, 2011 3:06 PM
To: Sisyphus; beginners@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" 
To: "Sean Murphy" ; 
Sent: Wednesday, January 19, 2011 3:52 PM
Subject: Re: Windows 7 64 bit Make.exe file


>
> - Original Message - 
> From: "Sean Murphy" 
> To: 
> 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-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/



--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Windows 7 64 bit Make.exe file

2011-01-19 Thread Sean Murphy

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" 

To: "Sean Murphy" ; 
Sent: Wednesday, January 19, 2011 3:52 PM
Subject: Re: Windows 7 64 bit Make.exe file




- Original Message - 
From: "Sean Murphy" 

To: 
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-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Windows 7 64 bit Make.exe file

2011-01-18 Thread Sisyphus


- Original Message - 
From: "Sean Murphy" 

To: 
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-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Windows 7 64 bit Make.exe file

2011-01-18 Thread Brandon McCaig
On Tue, Jan 18, 2011 at 5:23 AM, Sean Murphy  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  
V zrna gur orfg jvgu jung V fnl. Vg qbrfa'g nyjnlf fbhaq gung jnl.
Castopulence Software  

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Windows 7 64 bit Make.exe file

2011-01-18 Thread Sean Murphy
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