Re: [R] Source installation error: gfortran and gcc disagree on int and double ...

2006-08-08 Thread Prof Brian Ripley
First, you replied to the list and not to me, which was discourteous. Your error does indeed appear to be an incorrectly installed compiler. conftestf.o: In function `cftest_': /home/mike/Desktop/R-2.3.1/conftestf.f:9: undefined reference to `_gfortran_pow_r8_i4' this is in -lgfortran, so

Re: [R] Source installation error: gfortran and gcc disagree on int and double ...

2006-08-07 Thread Prof Brian Ripley
First, you do not need -fPIC: it is the same as -fpic which R selects on your platform. Second, please look at config.log to find the exact problem: it well be that your compilers are not properly installed (as was the case in the reference you quote below). Finally, your compilers are pretty

Re: [R] Source installation error: gfortran and gcc disagree on int and double ...

2006-08-07 Thread Mike
Prof Brian Ripley wrote: First, you do not need -fPIC: it is the same as -fpic which R selects on your platform. Right, I commented the flags and configure goes just as far Second, please look at config.log to find the exact problem: it well be that your compilers are not properly

[R] Source installation error: gfortran and gcc disagree on int and double ...

2006-08-06 Thread Mike
... configure: error: Maybe change CFLAGS or FFLAGS? Dear list, This problem has been posted before (http://finzi.psych.upenn.edu/R/Rhelp02a/archive/7982.html), but suggestions did not help. My machine: AMD Duron 800 MHz, MandrivaLinux 10.2, gcc (and gfortran): 4.0.1, R source: 2.3.1. I had