search for: nuwen

Displaying 7 results from an estimated 7 matches for "nuwen".

Did you mean: nuwan
2015 Jan 12
0
New version of Rtools for Windows
...;>>> maintained. >>> >>> Do they post complete instructions for building? That's what I'm >>> looking for. I don't want to develop a build script (I don't know how), >>> but I would like to have one. >> >> Have you looked at nuwen's distro (http://nuwen.net/mingw.html)? It's >> up-to-date (mingw-w64 3.3.0, binutils 2.25, GCC 4.9.2, ...) and includes >> the build scripts. >> > > No, I hadn't come across that one. It looks quite promising. Thanks! If it helps, after installing the nuwen...
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
Hi, [This is a follow-up to the "New version of Rtools for Windows" thread in January, but I just subscribed and don't know how to reply to an old thread -- my apologies.] I was able to use the nuwen distro to build a gcc 4.9.2 toolchain and use it to build the latest R-patched with it. Below are some notes about what I did; I hope they will be useful for keeping Rtools up-to-date. Note: - This is 64-bit only; I tried but was unable to create a multilib toolchain - I did not run any tests...
2015 Jan 08
2
New version of Rtools for Windows
On 07/01/2015 5:20 PM, Jeroen Ooms wrote: > On Wed, Jan 7, 2015 at 8:00 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >> >> This version includes only minor updates to the tools. I indicated last summer that I was hoping to update GCC from the current version 4.6.3 before the R 3.2.0 release, but this now looks unlikely, unless someone else with experience building
2015 Jan 09
0
New version of Rtools for Windows
...msys [3] and other [4] packages that seems quite well >> maintained. > > Do they post complete instructions for building? That's what I'm > looking for. I don't want to develop a build script (I don't know how), > but I would like to have one. Have you looked at nuwen's distro (http://nuwen.net/mingw.html)? It's up-to-date (mingw-w64 3.3.0, binutils 2.25, GCC 4.9.2, ...) and includes the build scripts. Henric > > Duncan Murdoch > >> >> The only issue I ran into with msys2 is that it uses a different c++ >> exception mod...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...static linking is impossible, and that leads to problems distributing run-time DLLs, and I'd rather not worry about those. Testing of the new Rtools will be appreciated. I expect the R-devel builds will start using it tomorrow or the next day. Duncan Murdoch > > I was able to use the nuwen distro to build a gcc 4.9.2 toolchain and > use it to build the latest R-patched with it. > > Below are some notes about what I did; I hope they will be useful for > keeping Rtools up-to-date. > > > Note: > > - This is 64-bit only; I tried but was unable to create a m...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...PM, Hsiu-Khuern Tang <tangoh at gmail.com> wrote: > Hi, > > [This is a follow-up to the "New version of Rtools for Windows" thread > in January, but I just subscribed and don't know how to reply to an > old thread -- my apologies.] > > I was able to use the nuwen distro to build a gcc 4.9.2 toolchain and > use it to build the latest R-patched with it. > > Below are some notes about what I did; I hope they will be useful for > keeping Rtools up-to-date. > > > Note: > > - This is 64-bit only; I tried but was unable to create a multi...
2007 Nov 07
1
[LLVMdev] Getting started using MinGW binary release?
Sam, > Am I supposed to install MinGW (maybe MSYS) and extract prebuilt > packages ( llvm-2.1-x86-mingw32.tar.bz2 and > llvm-gcc4.0-2.1-x86-mingw32.tar.bz2) to C:\MinGW ?? llvm-as != as. You'll need to have binutils installed in order to compile & link. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.