I have just installed R-2.0.1 from R-2.0.1.tar.gz on SUSe 9.1 64bit. When I am trying to launch R: R_HOME_DIR/bin/R; I am getting following message: ./R: line 151: /R_HOME_DIR/bin/exec/R: No such file or directory ./R: line 151: exec: /R_HOME_DIR/bin/exec/R: cannot execute: No such file or directory I do not have exec directory in bin directory. Does anybody know what went wrong? Thank you. Jarmila. Jarmila Bohmanova University of Georgia Department of Animal and Dairy Science Athens, GA
/bin/exec/R: No such file or directory
4 messages · Jarmila Bohmanova, Uwe Ligges
Jarmila Bohmanova wrote:
I have just installed R-2.0.1 from R-2.0.1.tar.gz on SUSe 9.1 64bit. When I am trying to launch R: R_HOME_DIR/bin/R; I am getting following message: ./R: line 151: /R_HOME_DIR/bin/exec/R: No such file or directory ./R: line 151: exec: /R_HOME_DIR/bin/exec/R: cannot execute: No such file or directory I do not have exec directory in bin directory. Does anybody know what went wrong?
Looks like make failed. What was the error message from ./configure and/or make? Uwe Ligges
Thank you. Jarmila. Jarmila Bohmanova University of Georgia Department of Animal and Dairy Science Athens, GA
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Make gives me following error message: R_HOME_DIR/src/main/array.c:504: undefined reference to `zgemm' array.o(.text+0x2526): In function `do_matprod': R_HOME_DIR/src/main/array.c:472: undefined reference to `dsyrk' array.o(.text+0x2601):R_HOME_DIR/src/main/array.c:487: undefined reference to `dgemm' array.o(.text+0x2667):R_HOME_DIR/src/main/array.c:432: undefined reference to `zgemm' array.o(.text+0x27f0):R_HOME_DIR/src/main/array.c:405: undefined reference to `dgemm' registration.o(.data+0xb8): undefined reference to `cg' registration.o(.data+0xe0): undefined reference to `ch' registration.o(.data+0x108): undefined reference to `rg' registration.o(.data+0x130): undefined reference to `rs' ../appl/libappl.a(bakslv.o)(.text+0x12a): In function `bakslv': R_HOME_DIR/src/appl/bakslv.c:108: undefined reference to `dtrsm' ../appl/libappl.a(uncmin.o)(.text+0x15e5): In function `secunf': R_HOME_DIR/src/appl/uncmin.c:1187: undefined reference to `dnrm2' ../appl/libappl.a(uncmin.o)(.text+0x15fd):R_HOME_DIR/src/appl/uncmin.c:1188: undefined reference to `dnrm2' ../appl/libappl.a(uncmin.o)(.text+0x1abb): In function `secfac': R_HOME_DIR/src/appl/uncmin.c:1271: undefined reference to `dnrm2' ../appl/libappl.a(uncmin.o)(.text+0x1ade):R_HOME_DIR/src/appl/uncmin.c:1272: undefined reference to `dnrm2' ../appl/libappl.a(uncmin.o)(.text+0x3859): In function `optdrv': R_HOME_DIR/src/appl/uncmin.c:970: undefined reference to `dnrm2' ../appl/libappl.a(uncmin.o)(.text+0x3bb6):R_HOME_DIR/src/appl/uncmin.c:1016: more undefined references to `dnrm2' follow ../appl/libappl.a(blas.o)(.text+0x21e0): In function `DGBMV': R_HOME_DIR/src/appl/blas.f:357: undefined reference to `XERBLA' ../appl/libappl.a(blas.o)(.text+0x41c6): In function `DGEMM': R_HOME_DIR/src/appl/blas.f:682: undefined reference to `XERBLA' ../appl/libappl.a(blas.o)(.text+0x642e): In function `DGEMV': R_HOME_DIR/src/appl/blas.f:940: undefined reference to `XERBLA' ../appl/libappl.a(blas.o)(.text+0x7ab2): In function `DGER': R_HOME_DIR/src/appl/blas.f:1171: undefined reference to `XERBLA' ../appl/libappl.a(blas.o)(.text+0xaf29): In function `DSBMV': R_HOME_DIR/src/appl/blas.f:1794: undefined reference to `XERBLA' ../appl/libappl.a(blas.o)(.text+0xda14):R_HOME_DIR/src/appl/blas.f:2177: more undefined references to `XERBLA' follow collect2: ld returned 1 exit status make[3]: *** [R.bin] Error 1 make[3]: Leaving directory `R_HOME_DIR/src/main' make[2]: *** [R] Error 2 make[2]: Leaving directory `R_HOME_DIR/src/main' make[1]: *** [R] Error 1 make[1]: Leaving directory `R_HOME_DIR/src' make: *** [R] Error 1 -----Original Message----- From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de] Sent: Friday, April 08, 2005 3:19 AM To: jarmila at uga.edu Cc: r-help at stat.math.ethz.ch Subject: Re: [R] /bin/exec/R: No such file or directory
Jarmila Bohmanova wrote:
I have just installed R-2.0.1 from R-2.0.1.tar.gz on SUSe 9.1 64bit. When
I
am trying to launch R: R_HOME_DIR/bin/R; I am getting following message: ./R: line 151: /R_HOME_DIR/bin/exec/R: No such file or directory ./R: line 151: exec: /R_HOME_DIR/bin/exec/R: cannot execute: No such file
or
directory I do not have exec directory in bin directory. Does anybody know what went wrong?
Looks like make failed. What was the error message from ./configure and/or make? Uwe Ligges
Thank you. Jarmila. Jarmila Bohmanova University of Georgia Department of Animal and Dairy Science Athens, GA
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
Jarmila Bohmanova wrote:
Make gives me following error message: R_HOME_DIR/src/main/array.c:504: undefined reference to `zgemm' array.o(.text+0x2526): In function `do_matprod': R_HOME_DIR/src/main/array.c:472: undefined reference to `dsyrk' array.o(.text+0x2601):R_HOME_DIR/src/main/array.c:487: undefined reference to `dgemm'
[SNIP] So this is probably a problem with a BLAS installation choosen by ./configure. Uwe Ligges
-----Original Message----- From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de] Sent: Friday, April 08, 2005 3:19 AM To: jarmila at uga.edu Cc: r-help at stat.math.ethz.ch Subject: Re: [R] /bin/exec/R: No such file or directory Jarmila Bohmanova wrote:
I have just installed R-2.0.1 from R-2.0.1.tar.gz on SUSe 9.1 64bit. When
I
am trying to launch R: R_HOME_DIR/bin/R; I am getting following message: ./R: line 151: /R_HOME_DIR/bin/exec/R: No such file or directory ./R: line 151: exec: /R_HOME_DIR/bin/exec/R: cannot execute: No such file
or
directory I do not have exec directory in bin directory. Does anybody know what went wrong?
Looks like make failed. What was the error message from ./configure and/or make? Uwe Ligges
Thank you. Jarmila. Jarmila Bohmanova University of Georgia Department of Animal and Dairy Science Athens, GA
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html