Displaying 2 results from an estimated 2 matches for "linuxfresh".
Did you mean:
linuxfreak
2005 Dec 20
2
Problems with Windows Cross compile
Well, I'm finally getting around to setting up a cross-compiler for Windows on my local Linux box. I'm using the Yan & Rossini's docuimentation and the latest 'http://cran.r-project.org/doc/contrib/Makefile-rcb' , which is working of the R-2.2.0 sources.
After discovering that "cp -p" doesn't work on the filesystem I'm using and removing the
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...pdated makevar MINGW_CROSS = mingw-cross4 to point to
http://www.stats.ox.ac.uk/pub/Rtools/mingw-cross4.tar.bz2 ,
replacing original reference to mingw-cross2.
3. updated MkRules HEADER=$(CROSSDIR)/i586-mingw32/include ,
replacing original reference to <snip>/mingw32/include.
4. reset LinuxFresh = YES
Yan and Rossini imply that linuxR: is an optional step if R
is already installed. I ran afoul of steps in
$(WINR)/<snip>/gnuwin32/MakePkg referencing symbols in the
tools package in the system's version of R. Happily, these
ran successfully against $(LINUXR)/R/bin/R.
I hope s...