search for: lquadmath

Displaying 20 results from an estimated 25 matches for "lquadmath".

2012 Jan 12
1
Problems compiling packages from source: can't find -lquadmath.
...talling *source* package ?gee? ... ** libs gfortran -fpic -O3 -pipe -g -c dgedi.f -o dgedi.o gfortran -fpic -O3 -pipe -g -c dgefa.f -o dgefa.o gcc -std=gnu99 -I/usr/share/R/include -fpic -O3 -pipe -g -c ugee.c -o ugee.o gcc -std=gnu99 -shared -o gee.so dgedi.o dgefa.o ugee.o -lblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/usr/lib64/R/lib -lR /usr/bin/ld: cannot find -lquadmath collect2: ld returned 1 exit status make: *** [gee.so] Error 1 ERROR: compilation failed for package ?gee? * removing ?/usr/local/lib/R/site-library/gee? The downloaded packages are in ?/tmp/Rtmp7Cgdu4/downloaded_...
2012 Jan 13
2
cannot find -lquadmath
Apologies if this has been posted about recently, but I haven't been on this listserve for a while. I ran into a problem trying to compile Hmisc (required package for rms) and have found a solution that I'd like to share. The compile fails with the message: /usr/bin/ld: cannot find -lquadmath libquadmath exists on my Debian Squeeze system (up-to-date, recently installed): ldconfig -p | grep libquad* libquadmath.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libquadmath.so.0 The problem appears to be that libquadmath.so.0 is buried in the directory x86_64-linux-gnu where t...
2016 Dec 12
1
Problem about 128bit floating-point operations in x86 machines
Hello, I'm making a compiler utilizing LLVM. Because I want the compiler to support 128bit floating-point operations, I added the code for 128bit floating-point operations and tested these operations in i686, x86_64, SPARCv8 and SPARCv9 machines. Generated codes by LLVM operated normally when using x86_64, SPARCv8 and SPARCv9 machines, but generated codes in a x86 machine produce wrong
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
...-g -O2 -fdebug-prefix-map=/build/r-base-Do_dS_/r-base-4.0.0=. -fstack-protector-strong -c mclustaddson.f -o mclustaddson.o gcc -std=gnu99 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o mclust.so dmvnorm.o init.o mclust.o mclustaddson.o -llapack -lblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR installing to /home/marc/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-mclust/00new/mclust/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading I have wait for all n...
2013 Apr 29
1
cannot compile R on Cray XE6 HLRS HERMIT
...d: shared R library, shared BLAS, R profiling, memory profiling, strict barrier, static HTML Recommended packages: yes nmath/*.o` ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/tre/libtre.a ../extra/xz/liblzma.a -L../../lib -lRblas -lgfortran -lm -lquadmath -lreadline -lncurses -lrt -ldl -lm make[4]: Entering directory `/univ_2/ws3/ws/ipmiva-WRF_331_CORDEX-0/build/tmp/R-3.0.0/src/main' mkdir -p -- /univ_2/ws3/ws/ipmiva-WRF_331_CORDEX-0/build/tmp/R-3.0.0/bin/exec make[4]: Leaving directory `/univ_2/ws3/ws/ipmiva-WRF_331_CORDEX-0/build/tmp/R-3.0....
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...te.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o > dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a > getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a > ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a > -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp -lRiconv > -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma > -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ > D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/b...
2014 Apr 24
1
50% performance of custom R build compared to PPA R for a command
...asy)^2) - sum(resid(diffi)^2))/13 } tooth.boot <- bootstrap(1:13, 2000, theta) I'm wondering if this is due to different compiler flags. For R, when installing the bootstrap package, I see gcc -std=gnu99 -shared -Wl,-Bsymbolic-functions -Wl,-z,relro -o bootstrap.so boott.o -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR For R-devel I see: ccache gcc -shared -L/usr/local/lib -o bootstrap.so boott.o -lgfortran -lm -lquadmath -L/usr/local/lib/R-devel/lib/R/lib -lR My install script for the local build is based on Dirk's script [1]. In particular, my configure command is: R_PAPERSIZE=letter...
2012 Apr 25
1
trouble installing SparseM
...ointer to integer of different size gfortran -fpic -O3 -pipe -g -c sparskit.f -o sparskit.o gfortran -fpic -O3 -pipe -g -c subscr.f -o subscr.o gcc -std=gnu99 -shared -o SparseM.so bckslv.o chol.o chol2csr.o cholesky.o csr.o extract.o iohb.o readwrite.o sparskit.o subscr.o -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR /usr/bin/ld: cannot find -lgfortran /usr/bin/ld: cannot find -lquadmath collect2: ld returned 1 exit status make: *** [SparseM.so] Error 1 ERROR: compilation failed for package ?SparseM? * removing ?/home/erin/R/x86_64-pc-linux-gnu-library/2.15/SparseM? The downloaded source p...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...>> dos_wglob.o >> > dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a >> > getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a >> > ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a >> > -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp >> -lRiconv >> > -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma >> > -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ >> > D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4....
2015 Jul 21
2
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
...;~/SVN/R-devel/trunk' by '~/svn/r-devel' as my local copy of r-devel) on: https://stat.ethz.ch/pipermail/r-sig-debian/2012-August/001935.html After running that script, the error message I get is: `ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a -lblas -lgfortran -lm -lquadmath -lreadline -lpcre -llzma -lbz2 -lz -lrt -ldl -lm -licuuc -licui18n /usr/bin/ld: ../appl/dchdc.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC ../appl/dchdc.o: error adding symbols: Bad value collect2: error: ld returned 1 exit sta...
2019 Feb 16
3
Trying to compile R 3.5.2 - 32 bit R - on Windows 10 64 bit - with ICU support
...rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o dllversion.o e_pow.o ../main/libmain.a ../appl/libappl.a . ./nmath/libnmath.a getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../bin/i386 -lRgraphapp -lRiconv -lcomctl32 -lwinmm -lversion -L"../../extsoft"/lib/i386 -lpcre -lz -lbz2 -llzma -L "w:/R-3.5._/App/R-Portable/ICU"/lib/i386 -lsicuin -lsicuuc -lsicudt -lstdc++ w:/R-3.5._/App/R-Portable/ICU/lib/i386/libsicuin.a(ucol.ao):ucol.cpp:(.te...
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
...g at the last error in config.log, it seems to be this : configure:23682: gcc-4.9 -std=gnu99 -fsanitize=address -o conftest -fno-omit-frame-pointer -O0 -g -Wall -pedantic -mtune=native -I/usr/local/include -L/usr/local/lib conftest.c -ldl -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-linux-gnu/4.9/libasan_preinit.o:(.preinit_array+0x0): undefined reference to `__asan_init_v3' /tmp/cchWOhDV.o: In function `_GLOBAL__sub_I_00099_0__main': /home/mdowle/R/Rtrunk/conftest.c:113: undefined reference to `__asan_init_v3' collect2: error: ld r...
2018 Feb 13
0
R Compilation gets stuck on Windows 64
...sys-win32.o system.o > dos_wglob.o > > dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a > > getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a > > ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a > > -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp > -lRiconv > > -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma > > -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ > > D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/. > ./../...
2013 Aug 15
0
building R from source on fedora using shared library option
...e.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o xxxpr.o `ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/tre/libtre.a -L../../lib -lRblas -lgfortran -lm -lquadmath -lreadline -llzma -lrt -ldl -lm -licuuc -licui18n /bin/ld: CommandLineArgs.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC [[alternative HTML version deleted]]
2018 Feb 13
0
R Compilation gets stuck on Windows 64
....o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp -lRiconv -lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma -L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cann...
2015 Jul 21
0
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
...vn/r-devel' as my local copy of r-devel) > on: > https://stat.ethz.ch/pipermail/r-sig-debian/2012-August/001935.html > > > After running that script, the error message I get is: > > `ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a > -lblas -lgfortran -lm -lquadmath -lreadline -lpcre -llzma -lbz2 -lz > -lrt -ldl -lm -licuuc -licui18n > /usr/bin/ld: ../appl/dchdc.o: relocation R_X86_64_32 against `.rodata' > can not be used when making a shared object; recompile with -fPIC > ../appl/dchdc.o: error adding symbols: Bad value > collect2: erro...
2015 Mar 09
1
ICU_531 and sjlj vs.seh
....o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a -fopenmp -L. -lgfortran -lquadmath -lRblas -L../../bin/x64 -lRgraphapp -lRiconv -lcomctl32 -lversion -L"F:/R/RLocalSoft"/lib/x64 -lpcre -lz -lbz2 -llzma -L"F:/R/ICU_531"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++ F:/R/ICU_531/lib/x64/libsicuin.a(ucol.ao):ucol.cpp:(.text+0xb): undefined reference to `__gxx_perso...
2012 Jul 16
5
installing spam package is failing (spam_0.29-1)
...wn.f -o spamown.o gfortran -fpic -O3 -pipe -g -c spamown2.f -o spamown2.o gfortran -fpic -O3 -pipe -g -c xybind.f -o xybind.o gcc -shared -o spam.so bckslvmodified.o cholmodified.o dist.o fromsparsekit.o kronecker.o permutation.o rowcolstats.o s\ pamown.o spamown2.o xybind.o -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR installing to /usr/local/lib/R/site-library/spam/libs ** R ** data ** moving datasets to lazyload DB ** demo ** inst ** preparing package for lazy loading Creating a new generic function for "print" in "spam" Creating a new generic function for "summa...
2018 May 24
1
Trouble building R 3.5.0 under Ubuntu 18.04 (Bionic Beaver)
...ource.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o times.o unique.o util.o version.o g_alab_her.o g_cntrlify.o g_fontdb.o g_her_glyph.o xxxpr.o `ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a -L"../../lib" -lRblas -lgfortran -lm -lquadmath -lreadline -lpcre -llzma -lbz2 -lz -lrt -ldl -lm -licuuc -licui18n /usr/bin/x86_64-linux-gnu-ld: ../appl/dchdc.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC /usr/bin/x86_64-linux-gnu-ld: ../appl/dpbfa.o: relocation R_X86_64_32 agai...