search for: compiled_by

Displaying 4 results from an estimated 4 matches for "compiled_by".

Did you mean: compile_by
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...ons # Some of the toolchains have prefixes for e.g. ar, gcc. # This can also be used to give the full path to the compiler, # including a trailing / . # BINPREF = c:/Rtools/mingw_32/bin/ # prefix for 64-bit: BINPREF64 = D:/Rtools/mingw_64/bin/ # Set this to indicate a non-gcc compiler and version # COMPILED_BY = <determined automatically> # Others use a -m64 or -m32 option to select architectures # M_ARCH = -m64 # and for as (--32 or --64) # AS_ARCH = --64 # and for windres (-F pe-i386 or pe-x86-64) # RC_ARCH = pe-x86-64 # and for dlltool ("-m i386 --as-flags --32" vs "-m i386:x86-6...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...refixes for e.g. ar, gcc. > # This can also be used to give the full path to the compiler, > # including a trailing / . > # BINPREF = c:/Rtools/mingw_32/bin/ > # prefix for 64-bit: > BINPREF64 = D:/Rtools/mingw_64/bin/ > # Set this to indicate a non-gcc compiler and version > # COMPILED_BY = <determined automatically> > > # Others use a -m64 or -m32 option to select architectures > # M_ARCH = -m64 > # and for as (--32 or --64) > # AS_ARCH = --64 > # and for windres (-F pe-i386 or pe-x86-64) > # RC_ARCH = pe-x86-64 > # and for dlltool ("-m i386 --as-...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...t;> # This can also be used to give the full path to the compiler, >> # including a trailing / . >> # BINPREF = c:/Rtools/mingw_32/bin/ >> # prefix for 64-bit: >> BINPREF64 = D:/Rtools/mingw_64/bin/ >> # Set this to indicate a non-gcc compiler and version >> # COMPILED_BY = <determined automatically> >> >> # Others use a -m64 or -m32 option to select architectures >> # M_ARCH = -m64 >> # and for as (--32 or --64) >> # AS_ARCH = --64 >> # and for windres (-F pe-i386 or pe-x86-64) >> # RC_ARCH = pe-x86-64 >> # and...