search for: rubenvb

Displaying 9 results from an estimated 9 matches for "rubenvb".

Did you mean: ruben
2012 Jun 18
0
[LLVMdev] [cfe-dev] RFC: "Building with MinGW on Windows" (DOC, 2ND TRY)
...ed MinGW-w64. Also note that MinGW-w64 can target both 32-bit and 64-bit windows! I was also informed that nightly builds of mingw-w64 are rock solid, so here's a link to toolchain targeting Win64 http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb/release/ As for the rest of the document I have only one complaint that's more a matter of style and taste. The document sounds like tutorial and is very different from say "getting started" which is more to the point. I'll try to be more concrete: "Building LLVM on Windows...
2012 Nov 01
1
Looking for mingw32-make.exe (make.exe not working) in RTools
Hi, I am using premake4 generated make files to compile my projects, which works fine if I am using mingw32-make.exe from the MinGW 32 bit distribution, but doesn't work with the make.exe supplied by the latest RTools 2.16. That make.exe first complains it can't create directories and then that it has "no rule". So how comes there is no mingw32-make.exe along with RTools? I
2012 Jun 18
5
[LLVMdev] RFC: "Building with MinGW on Windows" (DOC, 2ND TRY)
Hi all, Here's an updated version of my proposed "Building with MinGW on Windows" document. In summary, the document gives a step-by-step description of how to build LLVM + Clang on Windows WITHOUT having Microsoft Visual Studio installed. The high-level goal of the document is to make life pleasant for those wonderful Windows users who desire to try out LLVM and/or Clang. I
2012 Jun 18
2
[LLVMdev] [cfe-dev] RFC: "Building with MinGW on Windows" (DOC, 2ND TRY)
...MinGW-w64 can target > both 32-bit and 64-bit windows! > > I was also informed that nightly builds of mingw-w64 are rock solid, > so here's a link to toolchain targeting Win64 > > http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb/release/ > > As for the rest of the document I have only one complaint that's more > a matter of style and taste. The document sounds like tutorial and is > very different from say "getting started" which is more to the point. > I'll try to be more concrete: > &g...
2015 Jan 08
1
New version of Rtools for Windows
...will mean more to the you and the experts on this thread, Dr. Murdoch.For reference, I run Windows 7 64bit, and I am trying to build a 64 bit version of R-3.1.2. As we discussed offline, Dr. Murdoch, I've been trying to build R using more recent tools than GCC4.6.3 prerelease. Ruben Von Boxen (rubenvb) told me he is no longer developing his own builds of GCC, but is focusing on MSYS2 and the mingw64 personal builds. So, similar to what Jeroen said, I first installed MSYS2, whose initial installation on windows is not so simple[1]. After the initial install, the following packages need to be manu...
2015 Jan 08
0
New version of Rtools for Windows
...this thread, Dr. Murdoch.For reference, I run >> Windows 7 64bit, and I am trying to build a 64 bit version of R-3.1.2. >> >> As we discussed offline, Dr. Murdoch, I've been trying to build R >> using more recent tools than GCC4.6.3 prerelease. Ruben Von Boxen >> (rubenvb) told me he is no longer developing his own builds of GCC, >> but is focusing on MSYS2 and the mingw64 personal builds. So, similar >> to what Jeroen said, I first installed MSYS2, whose initial >> installation on windows is not so simple[1]. After the initial >> install, th...
2015 Jan 08
1
New version of Rtools for Windows
...rdoch.For reference, I run >>> Windows 7 64bit, and I am trying to build a 64 bit version of R-3.1.2. >>> >>> As we discussed offline, Dr. Murdoch, I've been trying to build R >>> using more recent tools than GCC4.6.3 prerelease. Ruben Von Boxen >>> (rubenvb) told me he is no longer developing his own builds of GCC, >>> but is focusing on MSYS2 and the mingw64 personal builds. So, similar >>> to what Jeroen said, I first installed MSYS2, whose initial >>> installation on windows is not so simple[1]. After the initial >>...
2015 Jan 08
0
New version of Rtools for Windows
...rdoch.For reference, I run >>> Windows 7 64bit, and I am trying to build a 64 bit version of R-3.1.2. >>> >>> As we discussed offline, Dr. Murdoch, I've been trying to build R >>> using more recent tools than GCC4.6.3 prerelease. Ruben Von Boxen >>> (rubenvb) told me he is no longer developing his own builds of GCC, >>> but is focusing on MSYS2 and the mingw64 personal builds. So, similar >>> to what Jeroen said, I first installed MSYS2, whose initial >>> installation on windows is not so simple[1]. After the initial >>...
2011 Apr 20
2
Bootstrapping mingw GCC with wine on linux
Is it possible to bootstrap GCC+binutils on a linux machine using WINE? MSYS is horribly slow, and a VM with linux is no more than twenty times faster in the build process. The only thing a linux box can't do, is a "make profiledbootstrap", which squeezes an additional 10-15% out of the final binaries. Thanks