Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Jim Reisert AD1C
On Mon, Sep 11, 2017 at 11:51 AM, Achim Gratz wrote: > Unless you know what you're doing and can navigate the inevitable > obstacles, do not use cpan on Cygwin. I have been building Perl packages for years without problems. I use WWW::Mechanize in several programs, and it has a lot of

Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Achim Gratz
Jim Reisert AD1C writes: > After upgrading to g++ (GCC) 6.4.0, I am being forced to > reload/rebuild a bunch of Perl modules that had been working fine. I > had the same issue with GCC 6.3. One module is particularly > troublesome. I have the openssl library installed. This is with the >

Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Ken Brown
On 9/11/2017 12:33 PM, Jim Reisert AD1C wrote: @INC contains: /usr/lib/perl5/site_perl/5.24/x86_64-cygwin-threads /usr/lib/perl5/site_perl/5.24 /usr/lib/perl5/vendor_perl/5.24/x86_64-cygwin-threads /usr/lib/perl5/vendor_perl/5.24 /usr/lib/perl5/5.24/x86_64-cygwin-threads /usr/lib/perl5/5.24 .

Re: Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Jim Reisert AD1C
I now realize that Net::SSLeay and LWP::Protocol::https are both pre-compiled modules that I can download from Cygwin. But even after re-installing LWP::Protocol::https, my Perl program still won't run: Can't locate LWP/Protocol/https.pm in @INC (you may need to install the LWP::Protocol::https

Problems with building Perl modules after upgrade to g++ (GCC) 6.4.0

2017-09-11 Thread Jim Reisert AD1C
After upgrading to g++ (GCC) 6.4.0, I am being forced to reload/rebuild a bunch of Perl modules that had been working fine. I had the same issue with GCC 6.3. One module is particularly troublesome. I have the openssl library installed. This is with the 64-bit Cygwin. I attached cygcheck.out