configure script error (PR#321)

zeitler@corecomm.net zeitler@corecomm.net
Sat, 13 Nov 1999 14:55:45 +0100 (MET)


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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._