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

Re: Building Perl modules

2005-02-11 Thread Alejandro Calbazana
Attached is my output of cygcheck -s -r -v. Gerrit, was there something in particular that you wanted to point out to me regarding http://cygwin.com/problems.html? Thanks, Alejandro Cygwin Configuration Diagnostics Current System Time: Fri Feb 11 08:25:18 2005 Windows 2000 Professional Ver

Re: Building Perl modules

2005-02-11 Thread Gerrit P. Haase
Alejandro Calbazana wrote: Attached is my output of cygcheck -s -r -v. I see nothing unusual besides the LIB environment setting which causes problems with perl frequently. Remove this from the cygwin environment: LIB = `c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\' $ unset LIB

Re: Building Perl modules

2005-02-10 Thread Alejandro Calbazana
Hello, No... group file exists has the proper entries. Still unable to build Thanks, Alejandro Hmmm, s.th. wrong with the permissons? Is your /etc/group file empty, then run `mkgroup -l -d` and try again. Same errors. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Building Perl modules

2005-02-10 Thread Yitzchak Scott-Thoennes
On Wed, Feb 09, 2005 at 04:24:32PM -0500, Alejandro Calbazana wrote: That's what puzzles me... All the files gcc claims are missing exist in my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist on my install. $ pwd /usr/lib/perl5/5.8/cygwin/CORE $ ls -lrt | grep

Re: Building Perl modules

2005-02-10 Thread Alejandro Calbazana
Yes. I can read them w/o any problems: $ more /usr/lib/perl5/5.8/cygwin/CORE/EXTERN.h /*EXTERN.h * *Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999, *2000, 2001, by Larry Wall and others * *You may distribute under the terms of either the GNU General Public *

Re: Building Perl modules

2005-02-10 Thread Gerrit P. Haase
Alejandro Calbazana wrote: Hello, No... group file exists has the proper entries. Still unable to build Thanks, Alejandro Hmmm, s.th. wrong with the permissons? Is your /etc/group file empty, then run `mkgroup -l -d` and try again. Same errors. Please send the output of `cygcheck -svr`

Building Perl modules

2005-02-09 Thread Alejandro Calbazana
Hello, Sorry if this has already been asked in the list, but search is temp. disabled. Has anyone been able to build Perl modules (in this case HTML::Parser) under cygwin? gcc is handing back failed header file references, but the include path correct. I am a bit puzzled. A snippet of the

Re: Building Perl modules

2005-02-09 Thread Olaf Föllinger
On Wed, Feb 09, 2005 at 12:30:37PM -0500, Alejandro Calbazana wrote: Hello, Sorry if this has already been asked in the list, but search is temp. disabled. Has anyone been able to build Perl modules (in this case HTML::Parser) under cygwin? gcc is handing back failed header file

Re: Building Perl modules

2005-02-09 Thread Alejandro Calbazana
Hmm... Unfortunately, my attempt to build w/ CPAN returns similar results. But, it looks like there might be some hope if you are able to build ok. Thanks, Al Olaf Föllinger wrote: On Wed, Feb 09, 2005 at 12:30:37PM -0500, Alejandro Calbazana wrote: Hello, Sorry if this has already been asked

Re: Re: Building Perl modules

2005-02-09 Thread Olaf Föllinger
On Wed, Feb 09, 2005 at 01:17:00PM -0500, Alejandro Calbazana wrote: Hmm... Unfortunately, my attempt to build w/ CPAN returns similar results. But, it looks like there might be some hope if you are able to build ok. Thanks, Al Olaf Föllinger wrote: On Wed, Feb 09, 2005 at

Re: Building Perl modules

2005-02-09 Thread Alejandro Calbazana
That's what puzzles me... All the files gcc claims are missing exist in my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist on my install. $ pwd /usr/lib/perl5/5.8/cygwin/CORE $ ls -lrt | grep EXTERN.h -rwxrwxrwx 1 acalbaza mkgroup-l-d1751 Jan 27 06:46 EXTERN.h*

Re: Building Perl modules

2005-02-09 Thread linda w
If the current cygwin version of perl is 5.8.6, will the 5.8.5 directory be used? If I print out @INC from my cygwin perl, I don't see 5.8.5 or 5.8.6 in the include path: perl -v This is perl, v5.8.6 built for cygwin-thread-multi-64int perl -e 'for(@INC) {print $_; print \n;}'

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
Olaf Föllinger wrote: A snippet of the errors: gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\3.45\ -DXS_VERSION=\3.45\ -I/usr/lib/perl5/5.8/cygwin/CORE -DMARKED_SECTION Parser.c Parser.xs:18:20: EXTERN.h: No such file or

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
linda w wrote: If the current cygwin version of perl is 5.8.6, will the 5.8.5 directory be used? If I print out @INC from my cygwin perl, I don't see 5.8.5 or 5.8.6 in the include path: The naming scheme has changed, I use only the major numbers since 5.8.6 and for upcoming releases. perl -v

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
Alejandro Calbazana wrote: That's what puzzles me... All the files gcc claims are missing exist in my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist on my install. $ pwd /usr/lib/perl5/5.8/cygwin/CORE $ ls -lrt | grep EXTERN.h -rwxrwxrwx 1 acalbaza mkgroup-l-d1751 Jan

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
Gerrit P. Haase wrote: linda w wrote: perl -V This is perl, v5.8.6 built for cygwin-thread-multi-64int perl -e 'for(@INC) {print $_; print \n;}' /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8

Re: building perl modules in cygwin

2004-12-12 Thread Gerrit P. Haase
Many thanks, just FYI, I'm back at Thursday or Friday and will prepare the 5.8.6 release then for the following weekend. Gerrit Reini Urban wrote: Yitzchak Scott-Thoennes schrieb: On Wed, Dec 08, 2004 at 08:34:09AM -0800, a c wrote: cpan install Win32 Win32 is rather a special case. There are

Re: building perl modules in cygwin

2004-12-09 Thread Reini Urban
Yitzchak Scott-Thoennes schrieb: On Wed, Dec 08, 2004 at 08:34:09AM -0800, a c wrote: cpan install Win32 Win32 is rather a special case. There are parts of Win32:: that are actually compiled into the win32 perl (but *not* cygwin) builds. And, as of late, the whole Win32 module is included with