search for: gcc492_64

Displaying 10 results from an estimated 10 matches for "gcc492_64".

2015 Mar 13
2
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
...age (just after R.Lapack). The compilation is looking for gcc in C:, even though RTOOLS is set for another drive, and the compilation has successfully run until this point. This did not happen last night with version 1955. I've uninstalled and reinstalled Rtools three times, I have F:/R/Rtools/gcc492_64/bin as the first entry in my path, and I do not have a Makevars file in my user directory that could possibly override it, so I am at a loss as to why this happening. The specific error is brought below. Thank you, Avi F:/R/Rtools/gcc492_64/bin/windres -i dllversion.rc -o dllversion.o F:/R/R...
2015 Mar 13
0
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
...e > compilation is looking for gcc in C:, even though RTOOLS is set for another > drive, and the compilation has successfully run until this point. This did > not happen last night with version 1955. > > I've uninstalled and reinstalled Rtools three times, I have > F:/R/Rtools/gcc492_64/bin as the first entry in my path, and I do not have a > Makevars file in my user directory that could possibly override it, so I am > at a loss as to why this happening. The specific error is brought below. > > Thank you, > > Avi > > > F:/R/Rtools/gcc492_64/bin/windres...
2015 Mar 10
3
Notes on building a gcc toolchain for Rtools (but not multilib)
.... Is there a way to > > tell which toolchain built a given R-devel binary? > > If not, can you let us know when there is one on CRAN that was > > built with the new Rtools? > > If you look in etc/*/Makeconf, you'll see something like this: > > BINPREF ?= $(RTOOLS)gcc492_64/bin/ > > hopefully from tomorrow onwards. If today's build was with the new > toolchain, you should see a hardcoded path to where I have Rtools > installed on the build machine, which isn't so helpful. The previous > toolchain left BINPREF blank. > > If you want to...
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...built a given R-devel binary? > >>> If not, can you let us know when there is one on CRAN that was > >>> built with the new Rtools? > >> > >> If you look in etc/*/Makeconf, you'll see something like this: > >> > >> BINPREF ?= $(RTOOLS)gcc492_64/bin/ > >> > >> hopefully from tomorrow onwards. If today's build was with the new > >> toolchain, you should see a hardcoded path to where I have Rtools > >> installed on the build machine, which isn't so helpful. The previous > >> toolchain le...
2015 Mar 10
2
Notes on building a gcc toolchain for Rtools (but not multilib)
----- Original Message ----- > From: "Duncan Murdoch" <murdoch.duncan at gmail.com> > To: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-project.org > Sent: Monday, March 9, 2015 10:40:02 AM > Subject: Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib) > > On 09/03/2015 11:07 AM, Hsiu-Khuern Tang wrote: > > On
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...f not, can you let us know when there is one on CRAN that was > > > >>> built with the new Rtools? > > > >> > > > >> If you look in etc/*/Makeconf, you'll see something like this: > > > >> > > > >> BINPREF ?= $(RTOOLS)gcc492_64/bin/ > > > >> > > > >> hopefully from tomorrow onwards. If today's build was with the > > > >> new > > > >> toolchain, you should see a hardcoded path to where I have > > > >> Rtools > > > >> installed on...
2015 Mar 10
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...Thanks to you and everyone who worked on this. Is there a way to tell which toolchain built a given R-devel binary? > If not, can you let us know when there is one on CRAN that was built with the new Rtools? If you look in etc/*/Makeconf, you'll see something like this: BINPREF ?= $(RTOOLS)gcc492_64/bin/ hopefully from tomorrow onwards. If today's build was with the new toolchain, you should see a hardcoded path to where I have Rtools installed on the build machine, which isn't so helpful. The previous toolchain left BINPREF blank. If you want to use your own toolchain, just edi...
2015 Mar 10
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...;>> tell which toolchain built a given R-devel binary? >>> If not, can you let us know when there is one on CRAN that was >>> built with the new Rtools? >> >> If you look in etc/*/Makeconf, you'll see something like this: >> >> BINPREF ?= $(RTOOLS)gcc492_64/bin/ >> >> hopefully from tomorrow onwards. If today's build was with the new >> toolchain, you should see a hardcoded path to where I have Rtools >> installed on the build machine, which isn't so helpful. The previous >> toolchain left BINPREF blank. >&gt...
2015 Mar 11
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...> > >>> If not, can you let us know when there is one on CRAN that was > > >>> built with the new Rtools? > > >> > > >> If you look in etc/*/Makeconf, you'll see something like this: > > >> > > >> BINPREF ?= $(RTOOLS)gcc492_64/bin/ > > >> > > >> hopefully from tomorrow onwards. If today's build was with the > > >> new > > >> toolchain, you should see a hardcoded path to where I have > > >> Rtools > > >> installed on the build machine, which isn&...
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
On Mon, Mar 9, 2015 at 3:50 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 08/03/2015 10:02 PM, Hsiu-Khuern Tang 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 am planning to