search for: cmplxblas

Displaying 18 results from an estimated 18 matches for "cmplxblas".

2007 Jan 11
1
Installation on CYGWIN Failed (PR#9442)
...ke[3]: Entering directory `/R/R-2.4.1/src/extra/blas' make[4]: Entering directory `/R/R-2.4.1/src/extra/blas' g77 -D__NO_MATH_INLINES -fpic -g -O2 -c blas.f -o blas.o blas.f:0: warning: -fpic ignored for target (all code is position independent) g77 -D__NO_MATH_INLINES -fpic -g -O2 -c cmplxblas.f -o cmplxblas.o cmplxblas.f:0: warning: -fpic ignored for target (all code is position independent) gcc -std=gnu99 -shared -L/usr/local/lib -o libRblas.so blas.o cmplxblas.o blas.o: In function `dgbmv_': /R/R-2.4.1/src/extra/blas/blas.f:357: undefined reference to `_xerbla_' blas.o:...
2006 May 01
6
R-2.3.0 make error
...subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o xxxpr.o ../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -lgfortran -lm -lgcc_s ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a -lreadline -lncurses -ldl -lm ../appl/libappl.a(cmplxblas.o)(.text+0x1100a): In function `zrotg_': /project/scratch3/ligroup/wuming/src/R-2.3.0/src/appl/cmplxblas.f:5579: undefined reference to `z_abs' ../appl/libappl.a(cmplxblas.o)(.text+0x11069):/project/scratch3/ligroup/wuming/src/R-2.3.0/src/appl/cmplxblas.f:5585: undefined reference to `z_abs...
2005 Oct 25
3
error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...
...at-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-redhat-linux/3.4.4/libg2c.a(s_cat.o): relocation R_X86_64_32 against `a local symbol' ca...
2004 Jun 10
1
Failure to compile on Itanium
I am trying 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 aga...
2002 Apr 18
1
Problem compiling on HP-UX 10.20
...e following error: gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D_HPUX_SOURCE -fPIC -O2 -c Lapack.c -o Lapack.lo g77 -fPIC -O2 -c double.f -o double.lo g77 -fPIC -O2 -c cmplx.f -o cmplx.lo g77 -fPIC -O2 -c blas2.f -o blas2.lo g77 -fPIC -O2 -c cmplxblas.f -o cmplxblas.lo gcc -shared -fPIC -o lapack.sl Lapack.lo double.lo cmplx.lo blas2.lo cmplxblas.lo -lg2c -lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main -L/opt/gnu/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4 -L/usr/ccs/bin -L/usr/ccs/lib -L/opt/langtools/lib -L/opt/gnu/lib/gcc-lib/hppa2.0-hp-hpux10.20/3...
2010 May 06
2
help on compile r-2.10.0 on 64 bit window
...../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/t re/libtre.a ../extra/xz/liblzma.a dllversion.o -L. -lgfortran -lRblas -L../../bi n -lRzlib -lRgraphapp -lRiconv -lcomctl32 -lversion cp R.dll ../../bin x86_64-w64-mingw32-gfortran -O3 -c blas.f -o blas.o x86_64-w64-mingw32-gfortran -O3 -c cmplxblas.f -o cmplxblas.o -------- Building ../../../bin/Rblas.dll -------- x86_64-w64-mingw32-gcc -std=gnu99 -shared -o ../../../bin/Rblas.dll blas.o cmpl xblas.o ../../gnuwin32/dllversion.o Rblas.def -L../../../bin -lR -lgfortran c:/rtools/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.4.4/../../../../x86...
2005 Aug 16
1
Compile failure on OSX
...ua 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_ _dspmv_ _dspr2_ _dspr_...
2014 Jun 30
1
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...). > > PROBLEM: > At the very first step I do: > > C:\R\src\gnuwin32>make all > [... Waiting. No errors until ...] > cp R.dll ../../bin/i386 > -------- Building ../../../bin/i386/Rblas.dll -------- > gcc -std=gnu99 -shared -o ../../../bin/i386/Rblas.dll blas.o > cmplxblas.o ../../gnuwin32/dllversion.o Rblas.def -L../../../bin/i386 > -lR -lgfortran > c:/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: > cannot find -lR > collect2: ld returned 1 exit status > make[2]: *** [../../../bin/i386/Rblas.dll] Error...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...apack.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 cmplxblas.lo -L/sw/lib -L/usr/local/lib -L/sw/lib/gcc-lib/powerpc-apple-darwin6.2/3.1 -L/sw/lib/gcc-lib...
2014 Jan 09
0
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...e a completely fresh setup (see details at the end). PROBLEM: At the very first step I do: C:\R\src\gnuwin32>make all [... Waiting. No errors until ...] cp R.dll ../../bin/i386 -------- Building ../../../bin/i386/Rblas.dll -------- gcc -std=gnu99 -shared -o ../../../bin/i386/Rblas.dll blas.o cmplxblas.o ../../gnuwin32/dllversion.o Rblas.def -L../../../bin/i386 -lR -lgfortran c:/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lR collect2: ld returned 1 exit status make[2]: *** [../../../bin/i386/Rblas.dll] Error 1 make[1]: *** [Rblas] E...
2003 Feb 03
2
itanium
...libs or the supplied code (ie wiht the --no-blas option) I get this error. Has anyone who has compiled R for the itanium advise me on the compilers versions and flags that they used? thanks bye rob gcc -shared -L/usr/local/lib -o lapack.so Lapack.lo double.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/../../.. -lreadline -ldl -lncurses -lg2c -lm -lpcre -lbz2 -lz -lreadline -ldl -lncurses -lm /usr/bin/ld: open.o: @gprel relocation against dynamic symbol f__buflen /usr/bin/ld: open.o: @gprel r...
2009 Mar 11
1
libf95.a: could not read symbols?
...R profiling Recommended packages: yes $ make generates the following results: $ make creating src/scripts/R.fe config.status: creating src/include/config.h config.status: src/include/config.h is unchanged Rmath.h is unchanged gcc -std=gnu99 -shared -L/usr/local/lib -o libRblas.so blas.o cmplxblas.o -L/usr/local/lib/gcc-lib/x86_64-portbld-freebsd6.0/4.0.3 -lf95 -lm # xerbla.o /usr/bin/ld: /usr/local/lib/gcc-lib/x86_64-portbld-freebsd6.0/4.0.3/libf95.a(ff.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC /usr/local/lib/gcc-lib/x86_64-portbld-freebsd...
2012 Mar 06
2
Calling FORTRAN function from R issue?
...lex * ret_val, int *n, Rcomplex *zx, int *incx, Rcomplex *zy, int *incy); But this seems to BOTH return a result, and pass the result as the first argument? On the other hand, this is not consistent with the standard FORTRAN definition for zdotc that is contained in <R>/src/extra/blas/cmplxblas.f, where the first argument is n, not ret_val. Consequently, it is not clear where the wrapper is defined that is called via the prototype. My search is complicated by the fact that the libraries libR.so, libRblas.so, libRlapack.so are stripped. When I install the standard (FORTRAN-based) BLAS on...
2001 Dec 08
2
Building under IRIX 6.5 (report)
...l: 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 argum...
2010 Apr 20
0
Building Rblas.dll failing on Windows 7 (64-bit)
...io.a ../extra/tzone/libtz.a ../extra/tre/libtre.a ../extra/xz/liblzma.a dllversion.o -L. -lgfortran -lRblas -L../../bin -lRzlib -lRgraphapp -lRiconv -lcomctl32 -lversion cp R.dll ../../bin/ -------- Building ../../../bin/Rblas.dll -------- gcc -std=gnu99 -shared -o ../../../bin/Rblas.dll blas.o cmplxblas.o ../../gnuwin32/dllversion.o Rblas.def -L../../../bin -lR -lgfortran c:/factory/rtools/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../../mingw32/bin/ld.exe: cannot find -lR collect2: ld returned 1 exit status make[3]: *** [../../../bin/Rblas.dll] Error 1 make[2]: *** [Rblas] Error 2 make[1]: *...
2005 Jun 10
1
source bug ? (PR#7929)
...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/libg2c.a(err.o) definition...
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
...ed 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 WARNING: Duplicate symbol...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...ft/readline/v4.2.1/include -c Lapack.c -o Lapack.lo /usr/bin/f77 -fpe3 -g -c double.f -o double.lo f90: Info: double.f, line 38563: This directive is not supported in this platform. CDEC$ NOVECTOR ---------------^ /usr/bin/f77 -fpe3 -g -c cmplx.f -o cmplx.lo /usr/bin/f77 -fpe3 -g -c cmplxblas.f -o cmplxblas.lo /usr/bin/cc -shared -L/soft/readline/v4.2.1/lib -o lapack.so Lapack.lo double.lo cmplx.lo cmplxblas.lo -L/soft/readline/v4.2.1/lib -lreadline -ltermcap -lm -lUfor -lfor -lFutil -lots -lm_c32 -lmld -lexc -lreadline -ltermcap -lm ld: Warning: Unresolved: R_NaInt Rf_error R_al...