search for: dlamch

Displaying 11 results from an estimated 11 matches for "dlamch".

Did you mean: dlamc
2014 Jan 24
1
Installation of R-3.0.2 failed Fortran error
Dear all, I have a big problem to compile R-3.0.2 on our SUSE SLES 11 Server. Make breaks up with fortran errors and so the installation isn't successful This is a part from the make run output.: gcc-3.3 -fpic -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3-hammer/ -lg2c -ffloat-store -c dlamch.f -o dlamch.o dlamch.f: In function `dlamch': dlamch.f:89: warning: INTRINSIC DIGITS, EPSILON, HUGE, MAXEXPONENT, Reference to unimplemented intrinsic `DIGITS' at (^) (assumed EXTERNAL) dlamch.f:89: INTRINSIC DIGITS, EPSILON, HUGE, MAXEXPONENT,...
2008 Nov 26
2
Rtools28 - undefined references with gfortran
...don't see these entry points in any of the accompanying library files. I hunted around and found the above functions in an old MinGW library libg2c.lib When I link them in, I get different undefined references: ilaenv.o:ilaenv.f:(.text+0x55): undefined reference to `_gfortran_compare_string dlamch.o:dlamch.f:(.text+0x3bf): undefined reference to `_gfortran_pow_r8_i4' dormlq.o:dormlq.f:(.text+0x281): undefined reference to `_gfortran_concat_string Any guidance on how to solve this problem? John Nolan [[alternative HTML version deleted]]
2006 Jan 27
1
R compile on AIX 5.2
...H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo /home/mbeason/work/R-beta/src/modules/lapack making Lapack.d from Lapack.c /usr/local/bin/f2c < dlamc.f > c_dlamc.c dlamch: dlamc1: Error on line 296: p1_addr: unknown uname_tag '537090960' dlamc2: dlamc3: dlamc4: dlamc5: make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. make: The error code from the last command is 1. Stop. make:...
2006 Jan 27
1
R compile on AIX 5.2
...H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo /home/mbeason/work/R-beta/src/modules/lapack making Lapack.d from Lapack.c /usr/local/bin/f2c < dlamc.f > c_dlamc.c dlamch: dlamc1: Error on line 296: p1_addr: unknown uname_tag '537090960' dlamc2: dlamc3: dlamc4: dlamc5: make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. make: The error code from the last command is 1. Stop. make:...
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
...ges below: gfortran -m64 -O3 -mtune=core2 -c cmplx.f -o cmplx.o gcc -std=gnu99 -m64 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -mtune= core2 -c init_win.c -o init_win.o windres -F pe-x86-64 -i Rlapackrc.rc -o Rlapackrc.o gcc -std=gnu99 -m64 -shared -s -o ../../../bin/x64/Rlapack.dll dlamch.o dlapack. o cmplx.o init_win.o Rlapackrc.o -L../../../bin/x64 -lR -lRblas -lgfortran -lqua dmath gcc -std=gnu99 -m64 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -mtune= core2 -c Lapack.c -o Lapack.o windres -F pe-x86-64 -i dllversion.rc -o dllversion.o gcc -std=gnu99 -m64 -shared -s...
2000 Jun 02
2
make check on DU4 with R-1.1.0 snapshot
...-16 [7,] -1.332268e-15 -2.220446e-15 > abs(D - t(s$u) %*% X %*% s$v) - Eps [,1] [,2] [1,] 3.108624e-15 -8.881784e-16 [2,] -1.165734e-15 -2.220446e-15 4.440892e-16 and 3.108624e-15 Eps was: > Eps [1] 2.220446e-15 This seems to be ok, I tried in Fortran EPSMCH=DLAMCH('E') WRITE(*,*)"eps:",EPSMCH and got eps: 2.22044605E-16 I compiled --whithout-dxml, so I'm not using any special numeric library. When I comment out the few lines for svd the tests from base-Ex.R complete successfully. All other tests succeed (other libraries and...
2014 Jun 30
1
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...p Rfe.exe ../../../bin/Rscript.exe > make[1]: `COPYRIGHTS' is up to date. > make --no-print-directory -C ../modules -f Makefile.win \ > CFLAGS='-O3 -Wall -pedantic -mtune=core2' FFLAGS='-O3 -mtune=core2' > gcc -std=gnu99 -shared -s -o ../../../bin/i386/Rlapack.dll dlamch.o > dlapack.o cmplx.o init_win.o Rlapackrc.o -L../../../bin/i386 -lR > -lRblas -lgfortran > cp lapack.dll ../../../modules/i386/lapack.dll > > and there is (obviously) read permissions on those files: > > C:\R\src\gnuwin32>file ..\..\bin\i386\*.dll > ..\..\bin\i386\R.dl...
2014 Jan 09
0
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...ir -p ../../../bin cp Rfe.exe ../../../bin/Rscript.exe make[1]: `COPYRIGHTS' is up to date. make --no-print-directory -C ../modules -f Makefile.win \ CFLAGS='-O3 -Wall -pedantic -mtune=core2' FFLAGS='-O3 -mtune=core2' gcc -std=gnu99 -shared -s -o ../../../bin/i386/Rlapack.dll dlamch.o dlapack.o cmplx.o init_win.o Rlapackrc.o -L../../../bin/i386 -lR -lRblas -lgfortran cp lapack.dll ../../../modules/i386/lapack.dll and there is (obviously) read permissions on those files: C:\R\src\gnuwin32>file ..\..\bin\i386\*.dll ..\..\bin\i386\R.dll: PE32 executable for MS Window...
2006 Feb 07
0
[R] R compile on AIX 5.2
...l,-bexpall > -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo > internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo > /home/mbeason/work/R-beta/src/modules/lapack > making Lapack.d from Lapack.c > /usr/local/bin/f2c < dlamc.f > c_dlamc.c > dlamch: > dlamc1: > Error on line 296: p1_addr: unknown uname_tag '537090960' > dlamc2: > dlamc3: > dlamc4: > dlamc5: > make: The error code from the last command is 1. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics,...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...ookup -single_module -multiply_defined suppress -L/usr/local/lib -o internet.so Rsock.o internet.o nanoftp.o nanohttp.o sock.o sockconn.o -L../../../lib -lR -Wl,-framework -Wl,CoreFoundation making Lapack.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 -...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...ookup -single_module -multiply_defined suppress -L/usr/local/lib -o internet.so Rsock.o internet.o nanoftp.o nanohttp.o sock.o sockconn.o -L../../../lib -lR -Wl,-framework -Wl,CoreFoundation making Lapack.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 -...