Skip to content

CFLAGS

2 messages · Alejandro Gallego, Brian Ripley

#
I'm sure this is a very simple problem but I'm stuck.  When running the
./configure script, to install R (version 1.6) on Solaris 2.6, I get an
error message at the end of the configuration process "WARNING: f77 and cc
disagree on int and double.  configure: error: maybe change CFLAGS or
FFLAGS?"  However, I have seen no documentation on these flags' options,
syntax, and how to find out which option I should use in my case.  Any
ideas, please?

Thanks

Alejandro Gallego
****************************************************************************
************
Dr Alejandro Gallego                                   Tel:     +44 (0)1224
876544
Ecosystem Modeller                                    Direct: +44 (0)1224
295350
Fisheries Research Services                       Fax:    +44 (0)1224 295511
Marine Laboratory, PO Box 101
375 Victoria Road, Torry                       e-mail:
a.gallego at marlab.ac.uk
Aberdeen AB11 9DB                            URL: http://www.marlab.ac.uk/
SCOTLAND  
   
Fisheries Research Services is an agency of the Scottish Executive
                       ><)))?>
****************************************************************************
************

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Which compilers?

The most likely story is that compiled Fortran will not run because its
libraries are not being found.  Check that LD_LIBRARY_PATH is correct and
does include the Fortran library directories.
On Mon, 4 Nov 2002, Alejandro Gallego wrote: