search for: dlapack3

Displaying 19 results from an estimated 19 matches for "dlapack3".

2012 Apr 17
1
R-2.15 compile error: fatal error: internal consistency failure
...it without problems with options that i used many times before ./configure --prefix=/home/andre/R-2.15.0 --enable-byte-compiled-packages=no --with-tcltk --enable-R-shlib=yes Then when i started making it, it died while making lapack, particularly on the line gfortran -fopenmp -fpic -g -O2 -c dlapack3.f -o dlapack3.o dlapack3.f: In function ‘dsbgst’: dlapack3.f:12097: fatal error: internal consistency failure compilation terminated. make[4]: *** [dlapack3.o] Error 1 Could anyone give me a clue what is going wrong and how could i fix that? I am running Centos 5.5, in particular, the following $...
2005 Oct 25
3
error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...
...: make[4]: Entering directory `/tmp/R-2.2.0/src/modules/lapack' g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo g77 -fPIC -g -O2 -c cmplxblas.f -o cmplxblas.lo gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -lg2c -lm -lgcc_s /usr/bin/ld: /usr/lib/gcc/x86_64...
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R 1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1? There is no binary version of R for HPUX Tru 64 OSF 5.1. The R admin manual mentions that the native make fails on "Alpha/OSF (aka Tru 64)" and gnu make must be used instead. There are problems reported with building R versions around 1.4 from 2002 on R-devel, some of which were fixed with
2006 Jan 13
1
Problems installing R 2.2.1
...uSE LE 9.1 We are using gcc v 3.3.3 and we are getting this error on make g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo gcc -shared -L/usr/local/lib -o libRlapack.so dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -lg2c -lm -lgcc_s /usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux /bin/ld: Error: T...
2004 Sep 03
0
Installation problems on Solaris 2.6
...BLAS_LIBS="-xlic_lib=sunperf" LAPACK_LIBS="-xlic_lib=sunperf" The configure step finished apparently OK. Then the make step failed; here are the last few lines of the screen log: CDIR$ NEXT SCALAR ^ cf90-801 f90comp: WARNING DTGEVC, File = dlapack3.f, Line = 21520, Column = 16 Unsupported compiler directive. f90: SunSoft F90 Version 1.0.1.0 (23279289) Thu Sep 2, 2004 15:24:02 f90: COMPILE TIME 103.070000 SECONDS f90: MAXIMUM FIELD LENGTH 17338406 DECIMAL WORDS f90: 30323 SOURCE LINES f90: 0 ERRORS, 6 WARNINGS, 0 OTHER MESSAGES, 0 ANSI...
2004 May 03
2
R-1.9.0 won't compile on OSX (PR#6848)
...ompile on Apple OSX (Darwin kernel 7.3.0). The error msg starts as follows, and has several more errors. gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.f ramework/Versions/1.9.0/Resources/bin/libRlapack.dylib -o libRlapack.dylib dlapa ck0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -L/sw/lib -L/usr/local/lib -L/sw/lib/gcc/powerpc-apple-darwin7.2.0/3.4 -L/sw/lib/gcc/powe rpc-apple-darwin7.2.0/3.4/../../.. -lfrtbegin -lg2c -lSystem ld: common symbols not allowed with MH_DYLIB output format with the -multi_modul e option /sw/lib/libg2c.a(err.o) de...
2005 Aug 16
1
Compile failure on OSX
...it without all the aqua stuff): ./configure --enable-R-shlib --with-lapac make .... Snip ..... gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.framework/Versions/2.1.1/Resources/lib/libRlapack.dyli b -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/sw/lib/gcc/powerpc-apple-darwin7.9.0/3.4 -lg2c -lSystem ld: Undefined symbols: _dasum_ _daxpy_ _dcopy_ _ddot_ _dgemm_ _dgemv_ _dger_ _dnrm2_ _drot_ _dscal_ _dswap_ _dsymv_ _dsyrk_ _dtbsv_ _dtpsv_ _dtrmm_ _dtrmv_ _dtrsv_ _idamax_ _xerbla_ _dtpmv_ _dtrsm_ _dgbmv_ _dsbmv_...
2006 Jun 23
1
Compiling R 2.3.1 on SuSE 8.2 and 10.0: error with libRlapack.so (PR#9026)
...le to compile R also on SuSE 8.2? Best regards - Wolfram ------------------------------------------------------------------------- ... g77 -fpic -g -O2 -c dlapack0.f -o dlapack0.o g77 -fpic -g -O2 -c dlapack1.f -o dlapack1.o g77 -fpic -g -O2 -c dlapack2.f -o dlapack2.o g77 -fpic -g -O2 -c dlapack3.f -o dlapack3.o g77 -fpic -g -O2 -c cmplx.f -o cmplx.o gcc -shared -L/usr/local/lib -o libRlapack.so dlamc.o dlapack0.o dlapack1.o dlapack2.o dlapack3.o cmplx.o -lg2c -lm -lgcc_s make[4]: Leaving directory `/p1/q/5/e-src-linux/prog/R/R-2.3.1-SuSE82/src/modules/lapack' make[4]: Entering dire...
2004 Oct 04
1
problems when compiling R
When I was trying to compile R-1.9.1 from source, I've got problems which seemed related to compiling the LAPACK package. The error message is as follows: gcc -shared -L/usr/local/lib -o libRlapack.so dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lblas -L/usr/local/lib -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96 -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96/../../.. -lg2c -lm /usr/bin/ld: open.o: @gprel relocation against dynamic symbol f__buflen /usr/bin/ld: open.o: @gprel relocation against dynamic symbol f__buflen /usr/bin/ld: op...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo making Lapack.d from Lapack.c g77 -fno-common -g -O2 -c dlapack0.f -o dlapack0.lo g77 -fno-common -g -O2 -c dlapack1.f -o dlapack1.lo g77 -fno-common -g -O2 -c dlapack2.f -o dlapack2.lo g77 -fno-common -g -O2 -c dlapack3.f -o dlapack3.lo g77 -fno-common -g -O2 -c cmplx.f -o cmplx.lo g77 -fno-common -g -O2 -c cmplxblas.f -o cmplxblas.lo gcc -dynamiclib -install_name /usr/local/lib/R/bin/libRlapack.dylib -L/sw/lib -L/usr/local/lib -o libRlapack.dylib dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmp...
2004 Feb 26
2
ATLAS threaded 64 bit (Opteron) - need *.so?
...t;> Interfaces supported: X11 >> External libraries: readline, BLAS(ATLAS) ^^^^^^^^^^^ and compilation (of course) goes fine till the crucial linking stage : gcc -shared -o libRlapack.so dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -L/usr/lib64 -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3 -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64 -L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lfrtbegin -lg2c -lm -lgcc_s /usr/bin/ld: /usr/local/lib/...
2006 May 18
1
Stuck in R installation, help~~
...not available I followed one answer in some post and use this: ./configure --with-prefix=/home/user/R-2.2.1 --with-readline=no It successfully configured but I encountered another problem while make: gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -lg2c -lm -lgcc_s /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../lib64/libf77blas.a(xerbla.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-redhat-linux/3...
2004 Jun 10
1
Failure to compile on Itanium
...to compile R on an Itanium machine running Red Hat 7.2 and gcc version 2.96. The build fails with the following symptoms: g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo g77 -fPIC -g -O2 -c cmplxblas.f -o cmplxblas.lo gcc -shared -L/usr/local/lib -o libRlapack.so dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/usr/local/lib -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96 -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96/../../.. -lg2c -lm /usr/bin/ld: open.o: @gprel relocation against dynamic symbol f__buflen /usr/bin/ld: open.o: @gprel relocation against dynamic symbol f__buflen /usr/bin...
2006 May 03
1
Installation problem
...error during the make step. I'd appreciate any help. Error messages follow: [root at calculon R-2.3.0]# make make[4]: Entering directory `/state/partition1/apps/packages/R-2.3.0/src/modules/lapack' gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.o dlapack0.o dlapack1.o dlapack2.o dlapack3.o cmplx.o -lf77blas -latlas -lg2c -lm -lgcc_s /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../lib64/libf77blas.a(xerbla.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-redhat-linux/3.4.4...
2003 Apr 25
1
make? on Macos 10.2.4
...ling R from source, after failing to accomplish this in 10.1. So with 1.7.0 from CRAN configure seems to be fine, but make dies with the following gcc -dynamiclib -install_name /usr/local/lib/R/bin/libRlapack.dylib -L/sw/lib -L/usr/local/lib -o libRlapack.dylib dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -L/sw/lib -L/usr/local/lib -L/sw/lib/gcc-lib/powerpc-apple-darwin6.5/3.1 -L/sw/lib/gcc-lib/powerpc-apple-darwin6.5/3.1/../../.. -lfrtbegin -lg2c -lSystem ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /sw/lib/libg2c.a(err.o) d...
2005 Jun 10
1
source bug ? (PR#7929)
...or 1 make[1]: *** [R] Error 1 make: *** [R] Error 1 it seems that it fails on the following code: gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.framework/Versions/2.0.1/Resources/lib/libRlapack.dylib -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/sw/lib -L/usr/local/lib -L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2 -L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2/../../.. -lfrtbegin -lg2c -lSystem ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /usr/local/lib/lib...
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
...re, so R cannot be expected to run. On the IBM AIX system, I get this failure: gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall \ -Wl,-bI:../../../etc/R.exp -Wl,-L/usr/local/lib \ -Wl,-bE:../../../etc/Rlapack.exp -o libRlapack.so dlamc.lo \ dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo \ cmplxblas.lo \ -L/usr/local/lib/gcc-lib/powerpc-ibm-aix4.2.1.0/2.95.3 \ -L/usr/local/powerpc-ibm-aix4.2.1.0/lib -L/usr/local/lib -lg2c \ -lm \ /usr/local/lib/gcc-lib/powerpc-ibm-aix4.2.1.0/2.95.3/libgcc.a \ -lg ld: 0711-224 WARNING: Duplicate symbol: .lsame_ ld: 0711-224...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...k.d from Lapack.c making vecLibg95c.d from vecLibg95c.c gfortran -fPIC -g -O2 -ffloat-store -c dlamch.f -o dlamch.o gfortran -fPIC -g -O2 -c dlapack0.f -o dlapack0.o gfortran -fPIC -g -O2 -c dlapack1.f -o dlapack1.o gfortran -fPIC -g -O2 -c dlapack2.f -o dlapack2.o gfortran -fPIC -g -O2 -c dlapack3.f -o dlapack3.o gfortran -fPIC -g -O2 -c dlapack4.f -o dlapack4.o gfortran -fPIC -g -O2 -c cmplx.f -o cmplx.o gcc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o libRlapack.dylib dlamch.o dlapack0.o...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...k.d from Lapack.c making vecLibg95c.d from vecLibg95c.c gfortran -fPIC -g -O2 -ffloat-store -c dlamch.f -o dlamch.o gfortran -fPIC -g -O2 -c dlapack0.f -o dlapack0.o gfortran -fPIC -g -O2 -c dlapack1.f -o dlapack1.o gfortran -fPIC -g -O2 -c dlapack2.f -o dlapack2.o gfortran -fPIC -g -O2 -c dlapack3.f -o dlapack3.o gfortran -fPIC -g -O2 -c dlapack4.f -o dlapack4.o gfortran -fPIC -g -O2 -c cmplx.f -o cmplx.o gcc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o libRlapack.dylib dlamch.o dlapack0.o...