Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 32138
Status: resolved
Priority: 0/
Queue: Net-SSLeay

People
Owner: MIKEM [...] cpan.org
Requestors: mpapet [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Detect and use Dmake on Win32
Hi, When one builds your module on win32, it assumes that only nmake is available. Strawberry-perl ( http://win32.perl.org/wiki/index.php? title=Strawberry_Perl ) ships with and uses dmake. Your module builds and works once some minor changes are made to the package to look for and use dmake. I get killer cpan support with the strawberry-perl distro. It makes it easier to work in a win32/linux environment than the activestate distro. As an FYI, your package finds/uses the openssl built for win32 distributed with the stunnel project. Maybe that's something you want to add to your doc's.
$Config{make} must be used instead of a hardcoded make command. (sorry, I did not check if that has been fixed) -- Olivier Mengué - https://metacpan.org/author/dolmen https://github.com/dolmen/
Hello, can you clarify precisely what needs to be changed? A patch would be the best method. Cheers.
V1.42 builds fine with strawberry perl + dmake (tested on both 32 / 64bit, 5.12.x / 5.14.x)

I guess this might have been an issue with previous versions, now this RT should be IMHO closed.

--
kmx

Resolved as suggested