Re: make install failure

2009-06-04 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday, June 4 at 07:35 AM, quoth Ravi Uday: >I was expecting the 'configure' script to fail with 'old gcc' error msg ? Sadly, mutt's configure script doesn't check all possible ways that the compiler could potentially be broken. ~Kyle - --

Re: make install failure

2009-06-03 Thread Ravi Uday
I was expecting the 'configure' script to fail with 'old gcc' error msg ? - Ravi On Wed, Jun 3, 2009 at 8:42 PM, Kyle Wheeler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On Wednesday, June  3 at 11:48 AM, quoth Ravi Uday: >>Ok, i did 'make clean' and 'make install' after chang

Re: make install failure

2009-06-03 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wednesday, June 3 at 11:48 AM, quoth Ravi Uday: >Ok, i did 'make clean' and 'make install' after changing toplevel Makefile. > >Following errors are seen. Any clues ? What I said before was that, according to google, these errors most likely in

Re: make install failure

2009-06-02 Thread Ravi Uday
Ok, i did 'make clean' and 'make install' after changing toplevel Makefile. Following errors are seen. Any clues ? >> In file included from /sw/packages/gcc/c3.4.3-p3/sparc-sun-solaris2.8/lib/gcc/sparc-sun-solaris2.8/3.4.3/include/sys/signal.h:44, from /usr/include/signal.h:26,

Re: make install failure

2009-05-28 Thread Rocco Rutte
Hi, * Ravi Uday wrote: > Its 4.0 Wow. > $RCSfile: perl.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:39:30 $ > Patch level: 36 Your perl version is from 1993! Did you get that from a museum on tape? :-) Seriously, I don't think we should/need/do support something older than perl 5.003. With p

Re: make install failure

2009-05-27 Thread Ravi Uday
Its 4.0 bash-2.05b$ perl -v This is perl, version 4.0 $RCSfile: perl.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:39:30 $ Patch level: 36 On Wed, May 27, 2009 at 5:55 PM, Rocco Rutte wrote: > Hi, > > * Ravi Uday wrote: > >> syntax error in file ./gen-map-doc at line 3, next 2 tokens "use str

Re: make install failure

2009-05-27 Thread Rocco Rutte
Hi, * Ravi Uday wrote: > syntax error in file ./gen-map-doc at line 3, next 2 tokens "use strict" [...] What perl version do you have? Rocco