Re: [R] make error R-5.1 on sun solaris

2007-07-13 Thread Dan Powers
]; 'R-Help' Subject: Re: [R] make error R-5.1 on sun solaris You are asked for a C99 compiler and configure normally finds one: mixing declarations and code is valid C99. Unless something has been done with environment variables (e.g. in config.site) this gcc is very old. configure shou

Re: [R] make error R-5.1 on sun solaris

2007-07-11 Thread Prof Brian Ripley
You are asked for a C99 compiler and configure normally finds one: mixing declarations and code is valid C99. Unless something has been done with environment variables (e.g. in config.site) this gcc is very old. configure should come up with 'gcc -std=gnu99'. Re-ordering the code will help (b

Re: [R] make error R-5.1 on sun solaris

2007-07-11 Thread Peter Dalgaard
Dan Powers wrote: > I hope this is enough information to determine the problem. Thanks in > advance for any help. > > Configure goes ok (I think) > > ./configure --prefix=$HOME --without-iconv > > > R is now configured for sparc-sun-solaris2.9 > > Source directory: . > Installation dir

[R] make error R-5.1 on sun solaris

2007-07-11 Thread Dan Powers
I hope this is enough information to determine the problem. Thanks in advance for any help. Configure goes ok (I think) ./configure --prefix=$HOME --without-iconv R is now configured for sparc-sun-solaris2.9 Source directory: . Installation directory:/home/dpowers C compile