Hi Jan,

I have seen that the older versions of nmake cannot be use to compile some 
perl modules, so I need to use the nmake version from VS.net 2005.
If I have VS 6 and VS.net 2005, can I use VS6 and the nmake from VS.net 
2005?
Does this create those dependencies?

Thanks.


Octavian

----- Original Message ----- 
From: "Jan Dubois" <[EMAIL PROTECTED]>
To: "'Mathieu Longtin'" <[EMAIL PROTECTED]>; 
<activeperl@listserv.ActiveState.com>
Sent: Tuesday, April 03, 2007 1:35 AM
Subject: RE: compiling modules for activeperl


> Mathieu Longtin wrote:
>> I'm trying to compile and debug DBD::SQLite using Activeperl on
>> windows.
>>
>> What compiler should I be using to generate compatible DLLs?
>
> DBD::SQLite is actually already bundled with the last couple of
> releases of ActivePerl (because it is being used by PPM4).
>
> If you want to compile XS modules yourself for ActivePerl, then
> the following compilers are recommended:
>
>  Microsoft Visual C++ 6.0 (Visual Studio 98)
>  MinGW GCC with dmake
>
> Both compilers will work out-of-the-box with newer ActivePerl
> versions.  ActivePerl will try to use VC++, but if it fails to
> locate it on the PATH, it will fall back to using GCC.
>
> You can use VC++ 7 (VS.NET) or VC++ 7.1 (VS.2003), but you'll
> pick up an additional runtime dependency on MSVCR70.DLL or
> MSVCR71.DLL.
>
> Cheers,
> -Jan
>
> _______________________________________________
> ActivePerl mailing list
> ActivePerl@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs 

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to