Re: Can't install Perl modules with new Cygwin because of gcc version

2010-01-13 Thread C . Baxter
Ken Brown cornell.edu> writes: > > Install the gcc4 package. > I had exactly the same problem, which was solved by installing gcc4. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

Re: Can't install Perl modules with new Cygwin because of gcc version

2009-12-26 Thread Reini Urban
2009/12/25 Sisyphus: > - Original Message - From: "Chloe" > >> I might be able to add a cc flag in cpan, but I don't know how to take one >> out. > > One hack (which I think should work) would be to remove " -fstack-protector" > from the ccflags spec in cygwin/lib/perl5/5.10/cygwin/Config_h

Re: Can't install Perl modules with new Cygwin because of gcc version

2009-12-25 Thread Ken Brown
On 12/25/2009 7:08 AM, Chloe wrote: The cygwin setup (version 2.673) has gcc 3.4.4-999 only, which is what I have installed. The latest version of gcc is 4.4.2. Install the gcc4 package. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: Can't install Perl modules with new Cygwin because of gcc version

2009-12-25 Thread Sisyphus
- Original Message - From: "Chloe" I might be able to add a cc flag in cpan, but I don't know how to take one out. One hack (which I think should work) would be to remove " -fstack-protector" from the ccflags spec in cygwin/lib/perl5/5.10/cygwin/Config_heavy.pl. (I'm guessing tha

Can't install Perl modules with new Cygwin because of gcc version

2009-12-25 Thread Chloe
I can't install or build Perl modules with cpan or cpanp because it passes -fstack-protector argument flag to gcc and that argument is not accepted in the cygwin version of gcc. Here is the error message from cpan while trying to install a Perl module. gcc -c -I/usr/include/openssl -DPERL_USE_