Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Reini Urban
Robert Slater schrieb: In the process of installing perl modules to get an IRC bot working via cygwin, I'm encountering a problem with make& installing ExtUtils::CBuilder and thus the modules that depend upon it. The make / install goes through fine, but cygwin doesn't seem to detect it afterwar

Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Dave Korn
On 11/03/2010 08:58, Csaba Raduly wrote: > You need to install the gcc-4 package. You may also need to change the > default gcc to gcc-4 using the "alternatives" tool (man alternatives), Or use one of /usr/bin/set-gcc-default-3.sh or /usr/bin/set-gcc-default-4.sh, which saves learning the synta

Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Robert Slater
>>cc1: error: unrecognized command line option "-fstack-protector" >> >>This is a command line option which only GCC 4 understands. You only >>have GCC 3 installed. >> >>You need to install the gcc-4 package. You may also need to change the >>default gcc to gcc-4 using the "alternatives" tool (man

Re: 1.7 - Problem installing perl modules

2010-03-11 Thread Csaba Raduly
On Tue, Mar 9, 2010 at 8:12 PM, Robert Slater wrote: > Hi there, > > In the process of installing perl modules to get an IRC bot working > via cygwin, I'm encountering a > problem with make & installing ExtUtils::CBuilder and thus the modules > that depend upon it. The > make / install goes through