[R] Configuring with gcc3

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Mon Apr 15 17:14:16 CEST 2002


On Mon, 15 Apr 2002, [iso-8859-1] Göran Broström wrote:

>
> I'm trying to build the latest snapshot of  R  on RedHat 7.2 with gcc3,
> g77-3 and g++3, which correspond to gcc version 3.04 (is this a bad
> idea?).

I use gcc 3.0.4 on RH7.2 all the time, conpiled from courses, though.

> I made the required changes in config.site (CC=gcc3, CFLAGS=-g -O2,
> F77=g77-3, FFLAGS=O2, CXX=c++3), but  ./configure  gives warnings:
>
> -------------------------------------------------------------------------
> R is now configured for i686-pc-linux-gnu
>
>   Source directory:          .
>   Installation directory:    /usr/local
>   C compiler:                gcc3  -D__NO_MATH_INLINES -mieee-fp -g -O2
>   C++ compiler:              c++3
>   FORTRAN compiler:          g77-3  -O2
>
>   X11 support:               yes
>   Gnome support:             yes
>   Tcl/Tk support:            yes
>   Readline support:          yes
>
>   R profiling support:       yes
>   R as a shared library:     yes
>
> configure: WARNING: I could not determine CXXPICFLAGS
> configure: WARNING: I could not determine SHLIB_CXXLDFLAGS

The same as CPICFLAGS and SHLIB_LDFLAGS.

CXXPICFLAGS = -fPIC
SHLIB_LDFLAGS = -shared



-- 
Brian D. Ripley,                  ripley at 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-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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list