search for: m_arch

Displaying 8 results from an estimated 8 matches for "m_arch".

Did you mean: i_arch
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...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-64 --as-flags --64") DT_ARCH = -m i386:x86-64 --as-flags --64 # 32- or 64-bit Windows? WIN = 64 #...
2012 Nov 30
1
compiling R for Windows 64 bit
Dear All, I'm trying to compile R for Windows 64 bit. I'm following the instructions of R installation and administration guide v2.15.2 (3.1; A.3.1.4; C.2.2) and at the moment I compiled the default version (single threaded, gcc, without external BLAS) ?on my notebook (windows xp 32 bit) Now I'm trying to compile it on Windows servers 64 bit with the next configuration : 1. Windows
2012 Dec 17
1
Problems with building R from sources
...g. ar, gcc. # This can also be used to give the full path to the compiler, # including a trailing / . # prefix for 32-bit: path or i686-w64-mingw32- BINPREF = # prefix for 64-bit: path or x86_64-w64-mingw32- BINPREF64 = x86_64-w64-mingw32- # Others use a -m64 or -m32 option to select architectures M_ARCH = # and for as (--32 or --64) AS_ARCH = # and for windres (-F pe-i386 or pe-x86-64) RC_ARCH = # and for dlltool ("-m i386 --as-flags --32" vs "-m i386:x86-64 --as-flags --64") DT_ARCH = # 32- or 64-bit Windows? WIN = 64 # We normally link directly against DLLs, # but this macr...
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
...-- MkRules.local 2015-03-02 13:57:38.601903500 -0800 +++ MkRules.local 2015-03-06 10:43:44.708581800 -0800 @@ -52,6 +52,7 @@ # BINPREF = # prefix for 64-bit: path or x86_64-w64-mingw32- # BINPREF64 = x86_64-w64-mingw32- +BINPREF64 = # Others use a -m64 or -m32 option to select architectures # M_ARCH = @@ -64,6 +65,7 @@ # 32- or 64-bit Windows? # WIN = 32 +WIN = 64 # The gcc 4.9.2 64 bit toolchain is set up for the 'medium code' model and needs # to remove the .refptr entries from the exports list; this is the default @@ -135,12 +137,12 @@ # Full paths of extra DLLs that need to...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
.... > # 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-64 --as-flags > --64") > DT_ARCH = -m i386:x86-64 --as-flags --64 &gt...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...0 -0800 > +++ MkRules.local 2015-03-06 10:43:44.708581800 -0800 > @@ -52,6 +52,7 @@ > # BINPREF = > # prefix for 64-bit: path or x86_64-w64-mingw32- > # BINPREF64 = x86_64-w64-mingw32- > +BINPREF64 = > > # Others use a -m64 or -m32 option to select architectures > # M_ARCH = > @@ -64,6 +65,7 @@ > > # 32- or 64-bit Windows? > # WIN = 32 > +WIN = 64 > > # The gcc 4.9.2 64 bit toolchain is set up for the 'medium code' > model and needs > # to remove the .refptr entries from the exports list; this is the default > @@ -135,12 +1...
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
...s/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-64 --as-flags >> --64") >> DT_ARCH = -m i38...