[R] Trouble compiling R-1.3.0 under Tru64

Albrecht Gebhardt albrecht.gebhardt at uni-klu.ac.at
Mon Jun 25 23:23:31 CEST 2001


On Mon, 25 Jun 2001, Kjetil Kjernsmo wrote:

> Dear all,
> 
> I have some difficulty getting R-1.3.0 to run on the alpha, with osf4.0e
> (Tru64, or whatever they call it... :-) ).
> 
> configure reports the following configuration:
> R is now configured for alphaev6-dec-osf4.0e
> 
>   Source directory:          .
>   Installation directory:    /astro/local
>   C compiler:                gcc  -mieee -g -O2
>   C++ compiler:              c++  -g -O2
>   FORTRAN compiler:          f77  -fpe3 -g
> 
>   X11 support:               yes
>   Gnome support:             no
>   Tcl/Tk support:            no
> 
>   R profiling support:       yes
>   R as a shared library:     no
> 

You are using GCC mixed with DEC f77?

I had no compile problems with a GCC/G77 configuration:

(for 1.3.0 --without-blas should be the default for tru64/alpha so could
be ommitted)

./configure --enable-R-shlib --prefix=/usr/local --without-blas
...
R is now configured for alphaev56-dec-osf4.0e

  Source directory:          .
  Installation directory:    /usr/local
  C compiler:                gcc  -mieee -I/usr/local/include
  C++ compiler:              c++  -g -O2
  FORTRAN compiler:          g77  -mieee -g -O2

  X11 support:               yes
  Gnome support:             no
  Tcl/Tk support:            yes

  R profiling support:       yes
  R as a shared library:     yes

and make check passes all tests.

versions:
agebhard at delta[agebhard]$ sizer -v
Digital UNIX V4.0E  (Rev. 1091); Sat Aug 26 15:24:28 MET DST 2000 
agebhard at delta[agebhard]$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf4.0/2.95.2/specs
gcc version 2.95.2 19991024 (release)
agebhard at delta[agebhard]$ g77 -v
g77 version 2.95.2 19991024 (release) (from FSF-g77 version 0.5.25
19991024 (release))
agebhard at delta[agebhard]$ make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
agebhard at delta[agebhard]$ perl -v
This is perl, version 5.005_02 built for alpha-dec_osf-thread


Albrecht



// Albrecht Gebhardt          Tel.: (++43 463) 2700/3118
// Institut fuer Mathematik   Fax : (++43 463) 2700/3198
// Universitaet Klagenfurt    mailto:albrecht.gebhardt at uni-klu.ac.at
// Universitaetsstr. 65       http://www-stat.uni-klu.ac.at/~agebhard
// A-9020 Klagenfurt, Austria 


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