ale@ini.phys.ethz.ch
2002-May-01 13:23 UTC
[Rd] configure error: Maybe change CFLAGS or FFLAGS? (PR#1501)
Full_Name: Alessandro Usseglio V. Version: 1.5.0 OS: Linux RH 7.1 Submission from: (NULL) (130.60.71.55) Error during configure $ ./configure [...] checking for an ANSI C-conforming const... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for long double... yes checking size of long double... 12 checking whether gcc accepts -M for generating dependencies... yes checking whether gcc supports -c -o FILE.lo... yes checking how to get verbose linking output from fort77... --verbose checking for Fortran 77 libraries... checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore checking whether fort77 and gcc agree on int and double... configure: WARNING: fort77 and gcc disagree on int and double configure: error: Maybe change CFLAGS or FFLAGS? $>From `config.log'configure:14869: checking whether fort77 and gcc agree on int and double conftestf.f: cftest: conftestf.o: In function `cftest_': /disks/zebra3/ale/Local/temp/R-1.5.0/conftestf.f:9: undefined reference to `pow_di'collect2: ld returned 1 exit status configure:14942: WARNING: fort77 and gcc disagree on int and double configure:14944: error: Maybe change CFLAGS or FFLAGS? I hope that's enough to understand why I cannot configure. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ripley@stats.ox.ac.uk
2002-May-01 13:49 UTC
[Rd] configure error: Maybe change CFLAGS or FFLAGS? (PR#1501)
First, this is not a bug in R, so please don't use the BUGS database for errors on your own system. The message actually means that fort77 is not working properly: some library is missing. On Wed, 1 May 2002 ale@ini.phys.ethz.ch wrote:> Full_Name: Alessandro Usseglio V. > Version: 1.5.0 > OS: Linux RH 7.1 > Submission from: (NULL) (130.60.71.55)Please install g77 and try again. On RH7.2 it is in rpm gcc-g77-2.96-98. [...] -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._