Full_Name: David Zeitler Version: 0.65.1 OS: Linux Mandrake Submission from: (NULL) (209.81.240.221) Line 2158 of configure is missing the ${CFLAGS} entry on the compilation of conftest.c to test int and double compatibility between g77 and gcc. This didn't show up when compiling on my K6 machine, but did on my Celeron notebook. The K6 reports as an i586 processor and the Celeron reports i686. This appears to be the only difference between the two builds. The problem shows up as a failure of this test listed in the configure.log as line 2107. After adding ${CFLAGS}, the build ran to completion normally on both machines. Orginal line 2158: if ${CC-cc} -c conftest.c 1>&5 2>&5; then New line 2158: if ${CC-cc} -c ${CFLAGS} conftest.c 1>&5 2>&5; then -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
zeitler@corecomm.net writes:> Line 2158 of configure is missing the ${CFLAGS} entry on the compilation of....> if ${CC-cc} -c conftest.c 1>&5 2>&5; then > > New line 2158: > if ${CC-cc} -c ${CFLAGS} conftest.c 1>&5 2>&5; thenThe configure script is autogenerated from configure.in and aclocal.m4, so fixes by line number is not too useful. In my sources it was now line 1987. Thanks anyway. That'll be l.424 of the current aclocal.m4, inside AC_DEFUN(R_PROG_F77_CC_COMPAT,<etc>. I'll leave it for those who actually understand autoconf to check that your fix is correct. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Maybe Matching Threads
- Building R for AIX in 64-bit mode
- Non-linear Regression : Error in eval(expr, envir, enclos)
- Build-system cleanups
- [LLVMdev] [PATCH] Do not generate nopl instruction on CPUs that don't support it.
- [LLVMdev] [PATCH] Do not generate nopl instruction on CPUs that don't support it.