Dear R contributors, I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5. In order to instal it, I launched the command shown below: env MAKE=gmake ./configure The output was as follow:: 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 Then, when I test the installatuion by invoking make check , I got the following error message: [duval at svsgi4]/shome/d/duvalm/R-1.2.3/tests> make test-All don't know how to make ../../library/base/R/base (bu42). *** Error code 1 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) Any clue to bypass this problem will be greatly appreciated. Sincerely Manuel -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Greg Jefferis
2001-Oct-24 03:52 UTC
[R] Re: Compiling R v 1.3.1 under Irix 6.5 on SGI Origin
Hi, I wondered if anyone had shed some light on this as I have come on a similar problem on another Origin. The configure output looks like this> R is now configured for mips-sgi-irix6.5 > > Source directory: . > Installation directory: /usr/local > C compiler: gcc -g -O2 > C++ compiler: c++ -g -O2 > FORTRAN compiler: g77 -g -O2 > > X11 support: yes > Gnome support: no > Tcl/Tk support: yes > > R profiling support: yes > R as a shared library: noand the make output looks like this around the failure point gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c nanohttp.c -o nanohttp.lo gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sock.c -o sock.lo gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sockconn.c -o sockconn.lo gcc -shared -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo making Lapack.d from Lapack.c gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Lapack.c -o Lapack.lo g77 -fPIC -g -O2 -c double.f -o double.lo g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo don't know how to make # (bu42). *** Error code 1 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) Many thanks for any hints, Greg Jefferis On 10/23/01 06:39, "Duval, Manuel" <Manuel.Duval at pfizer.com> wrote:> Dear R contributors, > > > I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5. > In order to instal it, I launched the command shown below: > > env MAKE=gmake ./configure > > The output was as follow:: > > 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 > > Then, when I test the installatuion by invoking make check , I got the > following error message: > > [duval at svsgi4]/shome/d/duvalm/R-1.2.3/tests> make test-All > don't know how to make ../../library/base/R/base (bu42). > *** Error code 1 (bu21) > *** Error code 1 (bu21) > *** Error code 1 (bu21) > > Any clue to bypass this problem will be greatly appreciated. > > Sincerely > > Manuel > >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.> -> 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 >_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. _.> _ __________________________________________________________________________ Greg Jefferis, Lab Address: Liqun Luo, Herrin 144 Neurosciences PhD Programme & e-mail: jefferis at stanford.edu Dept Biological Sciences, Lab: (650) 725 5809 Gilbert Biology Building, Fax: (650) 723 0589 371 Serra Mall, Stanford, CA 94305-5020. Home: (650) 497 1135 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._