[R] Building under IRIX 6.5 (report)

Manfred W. Baumstark maba at ukl.uni-freiburg.de
Sat Dec 8 19:52:32 CET 2001


On my IRIX system (SGI compilers, gcc not installed) ./configure runs fine,
but there is a problem with make (output below) that can be solved by
changing one line in src/modules/lapack/Makefile. If this line is changed,
make runs without problems. 'make check' still has a problem 
(sh[14]: /usr/sbin/perl: arg list too long), but I assume this is
"cosmetic".

Manfred

----------- The patch:
msm4:/usr/local/src/R-1.3.1/src/modules/lapack% diff -u Makefile.o Makefile
--- Makefile.o  Sat Dec  8 19:23:32 2001
+++ Makefile    Sat Dec  8 19:27:26 2001
@@ -19,7 +19,7 @@
 SOURCES_BLAS = blas2.f  cmplxblas.f
 
 DEPENDS = $(SOURCES_C:.c=.d)
-OBJECTS = $(SOURCES_C:.c=.lo) $(SOURCES_F:.f=.lo) \
+OBJECTS = $(SOURCES_C:.c=.lo) $(SOURCES_F:.f=.lo) 
   # $(SOURCES_BLAS:.f=.lo)
 HEADERS = Lapack.h


------------ make stops with the following error:
"cmplx.f", line 19283: warning(2290): actual argument is incompatible with
          dummy argument
              CALL ZLARFB( SIDE, TRANS, 'Forward', 'Columnwise', MI, NI,  
                                                   ^

don't know how to make # (bu42).
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)


------------ configure:
R is now configured for mips-sgi-irix6.5

  Source directory:          .
  Installation directory:    /usr/local
  C compiler:                cc  -OPT:IEEE_NaN_inf=ON -g
  C++ compiler:              CC  -OPT:IEEE_NaN_inf=ON -g
  FORTRAN compiler:          f77  -OPT:IEEE_NaN_inf=ON -g

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

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

configure: warning: you cannot build DVI versions of the R manuals
configure: warning: you cannot build info versions of the R manuals
configure: warning: you cannot build PDF versions of the R manuals

------------- make check problem:
msm4:/usr/local/src/R-1.3.1% make check
collecting examples for package `base' ...
 >>> Building/Updating help pages for package `base'
     Formats: text example 
sh[14]: /usr/sbin/perl: arg list too long
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: maba.vcf
Type: text/x-vcard
Size: 356 bytes
Desc: Card for Manfred W. Baumstark
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20011208/46c037f0/maba.vcf


More information about the R-help mailing list