Displaying 3 results from an estimated 3 matches for "makedllres".
2007 Dec 20
2
SHLIB steps on a Makefile
Hi,
I need to create a Makefile.win for a given package so as to fiddle
slightly with the compilation process. My Makefile works fine in Linux
but I am having trouble creating Makefile.win for MinGW. I first
looked at the commands that Rcmd SHLIB appeared to be running and
copied those onto the Makefile. But one step seems to be missing, the
creation of the _res.rc file needed by windres
2009 Jul 06
0
success(?) with cross-compiling R package with R 2.9.1
...s a pain.
Then I worked that that copying just this list over from 2.8.1 is sufficient to restore R package cross-compiling ability: (half of these files are removed in 2.9.1, half are different)
------------------
share/perl/build-help-windows.pl
share/perl/R/Rdlists.pm
src/gnuwin32/
src/gnuwin32/makeDllRes.pl
src/gnuwin32/Makefile
src/gnuwin32/pwd.pl
src/gnuwin32/MkRules
src/gnuwin32/MakeDll
src/gnuwin32/help/
src/gnuwin32/help/Makefile
src/gnuwin32/MakePkg
------------------
Then I thought there must be a simplier way - most of R 2.9.1 isn't platform-sensitive any more (in fact that seems to be...
2005 Sep 28
3
gfortran Makefile for windows
Hi all,
(Originally posted to r-help)
I'm porting a package that I've worked on for OS X to Windows.
The package is written in F95 so I need to compile it with gfortran
and link it with gcc4.
I've been trying to build an R with gcc4 without luck so far. If there is
a binary of such a thing info would be appreciated.
This package requires a Makefile. My question is, how can I find